Hello all,
Who is the PoC to discuss making a correction on Zcash documention pages?
This is the issue I found. I tried to change it checking out the page via Gitlab, etc and submitting a merge request, but that didn’t work.
Here’s the small issue I found…
On the Development Guidelines page:
( Development Guidelines — Zcash Documentation 5.2.0 documentation )
I made a small change to Step 3 in the Zcash Developer Workflow section.
( Development Guidelines — Zcash Documentation 5.2.0 documentation )
I changed Step 3’s command
From:
/zcutil/build.sh -j$(nproc)
To:
./zcutil/build.sh -j$(nproc)
Although user ran cd zcash in step 2, the command in step 3 won’t run unless prefixed with dot (current directory) before the forward slash.
Not being nitpicky here, but I figure that change may help a user who isn’t super familiar with linux.
Kind regards,
Zec Prophet