readme: add missing survey fork dependency to CLI build from source instructions, fixes #19

This commit is contained in:
Dane Schneider
2024-04-03 19:48:00 -07:00
parent 1d0d8e0d49
commit 620fc24529

View File

@@ -97,6 +97,7 @@ Grab the appropriate binary for your platform from the latest <a href="https://g
<p>
<pre><code>git clone https://github.com/plandex-ai/plandex.git
git clone https://github.com/plandex-ai/survey.git
cd plandex/app/cli
go build -ldflags "-X plandex/version.Version=$(cat version.txt)"
mv plandex /usr/local/bin # adapt as needed for your system