瀏覽代碼

Merge pull request #9571 from Tbhesswebber/patch-1

docs(hacking): adds clarification for installing forks
Eugene 1 年之前
父節點
當前提交
d15b67a05f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      HACKING.md

+ 2 - 0
HACKING.md

@@ -23,6 +23,8 @@ sudo apt install libfontconfig-dev libsecret-1-dev libarchive-tools libnss3 liba
 yarn
 ```
 
+_⚠️Note: If you forked this repository, you may need to pull down the tags from this repository before installing node modules. `git pull --tags upstream master`_
+
 Build Tabby:
 
 ```