From 5a6e6e667b6263424135eec34e9d49da51449936 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 25 Apr 2021 23:52:22 +0100 Subject: README.md: edited steps to only build software env in Docker image Until now, while the series of steps mentioned in 'README.md' were complete, they had some implicit thing in them that made it a little hard to run as a checklist (the commands to do some basic things weren't included). Also, it was recommending to run a long 'docker run ...' command, which wasn't too user friendly. With this commit, the series of steps is now a complete checklist, containing every step. Also, the checklist now recommends putting the long 'docker run' command inside a script called 'docker-run' that will also do a 'sudo' internally (thus making things very easy for a first-time user). Also, since the 'docker-run' script contains host OS-specific directory names, it should not be under control, so it has been added to the '.gitignore' file in case users decide to keep this same name (which is recommended). --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9bce289..3ee4ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,9 @@ tex/tikz .DS_Store .texlive* LOCAL.conf +docker-run tex/pipeline LOCAL_tmp.mk LOCAL_old.mk gnuastro-local.conf -.compiler_test_dir_please_delete \ No newline at end of file +.compiler_test_dir_please_delete -- cgit v1.2.1