From 4615086ad37305d2b3247f15ab3a531f0570b03e Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Fri, 22 Jul 2016 15:02:03 -0500 Subject: [PATCH] formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc26a5c..a571b4a 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ docker push nbearson/science-stack * Once someone has done the work of putting together a docker image with everything you need (and we rarely need something too special), you can get a copy and use it with 1 terminal command. * *Why not?* -An alternative without the frills: +For gcc only without the frills: -https://hub.docker.com/_/gcc/ -https://github.com/docker-library/gcc +https://hub.docker.com/_/gcc/ +https://github.com/docker-library/gcc This is a debian-based image, but it comes with gcc (and now gfortran!) preinstalled and nothing else. Nice for getting a compiler for free to put through the paces. -- GitLab