docs(hacking): adds clarification for installing forks

This commit is contained in:
Tanner B. Hess Webber 2024-04-02 11:10:02 -04:00 committed by GitHub
parent 8f68105460
commit 8237785409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
```