]> git.armaanb.net Git - gen-shell.git/blobdiff - README.md
More cleanup
[gen-shell.git] / README.md
index 3a62a96872a5a452421c44649e8e99483345741f..81b0be0453122ee0f6bb58cf7b9333abdfe846a6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,8 +38,10 @@ Or to build the docker container locally, run:
 ```bash
 git clone --recursive https:/codeberg.org/armaan/gen-shell
 cd gen-shell
-docker build --no-cache -t gen-shell:latest .
+docker build gen-shell:latest .
 ```
+This method ensures that you have the latest version, and also lets you modify the code in the docker image
+
 ## License
 Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS).