Browse Source

add note about checking for deps

Nick Sweeting 5 years ago
parent
commit
28bc8f1777
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/build_brew.sh

+ 2 - 0
bin/build_brew.sh

@@ -16,6 +16,8 @@ source "$REPO_DIR/.venv/bin/activate"
 cd "$REPO_DIR/brew_dist"
 
 
+# make sure archivebox.rb is up-to-date with the dependencies
+
 echo "[+] Building bottle"
 brew install --build-bottle ./archivebox.rb
 brew bottle archivebox