瀏覽代碼

Add usage to README

josh 3 年之前
父節點
當前提交
e9255c5a57
共有 1 個文件被更改,包括 8 次插入0 次删除
  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
+