From 8237785409318078ff9394def4f8488cc98720f6 Mon Sep 17 00:00:00 2001 From: "Tanner B. Hess Webber" Date: Tue, 2 Apr 2024 11:10:02 -0400 Subject: [PATCH] docs(hacking): adds clarification for installing forks --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 2382cdd2..730bd204 100644 --- a/HACKING.md +++ b/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: ```