Skip to content

Commit 8241859

Browse files
authored
docs: update CONTRIBUTING.md (#25853)
1 parent 66f958d commit 8241859

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ accordingly in the steps below.)
131131
cp cmd/tools/git_pre_commit_hook.vsh .git/hooks/pre-commit
132132
chmod 755 .git/hooks/pre-commit
133133
```
134+
It has to be done in a shell where you have done cd /root/of/your/V_repo once.
135+
Step 3 above does it with `cd nv`.
136+
I.e. you have to be in the top level folder, that contains the .git folder for the V repository.
137+
134138
4. `git remote add pullrequest https://github.com/YOUR_GITHUB_USERNAME/v`
135139

136140
Note: The remote named `pullrequest` should point to YOUR own forked repo, not the

0 commit comments

Comments
 (0)