diff --git a/README.md b/README.md index dc26a5cdc1adcdbdbe0e8fe4c65851ce3038d9ab..a571b4a08169b26da01a872a679c9c734f03a215 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.