Procházet zdrojové kódy

Add usage to README

josh před 3 roky
rodič
revize
e9255c5a57
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -31,3 +31,11 @@ These will be made available in the container at `~/all_dotfiles`.
 install vim-plug and setup a PHP 8 development environment. `init.vim` should contain your vim config and `zshrc` should contain
 setup for zsh like your personal environment variables, aliases, functions, etc.
 
+Any time you make changes to your dotfiles and are ready to try them out in your environment simply run the build command again.
+
+    make build
+
+Once the image is built with all of your additions you can begin using it.
+
+    make run
+