From 78a9f55a82bffef40ce2c0b14669a408bb7b14b6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 29 Mar 2021 09:59:31 -0400 Subject: [PATCH] typo --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 0a10da9f6..0aae790f5 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -19,7 +19,7 @@ Divide how many GBs of RAM you have by 2, subtract one. Use that many jobs. ## Dealing with dependency changes -Let's say you change a dependency and want the compile the notice. If your +Let's say you change a dependency and want the compile to notice. If your change is outside of the main Hush source code, in ./src, simply running `make` will not notice, and sometimes not even `build.sh`. You can always do a fresh clone or `make clean`, but that will take a lot of time. Those