Skip to content

Commit 64f6f22

Browse files
author
Erik Ritter
authored
Merge pull request #82 from Developer-DAO/erik-ritter--update-docs
Update docs to recommend cloning instead of forking
2 parents 841d541 + b6b0aef commit 64f6f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ To setup your local dev environment:
77
# Install `yarn`, alternatives at https://yarnpkg.com/en/docs/install
88
curl -o- -L https://yarnpkg.com/install.sh | bash
99

10-
# Fork web3-ui in the Github UI and clone it
11-
git clone [email protected]:<GITHUB_USERNAME>/web3-ui.git
10+
# Clone the repo
11+
git clone [email protected]:Developer-DAO/web3-ui.git
1212
cd web3-ui
1313

1414
# web3-ui uses Node 16. We recommend using nvm to locally manage node versions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project is built with the following open source libraries, frameworks and l
3131

3232
3. Ask other contributors to see if no one has taken the issue yet. If you're interested in tackling such a feature and it's still available, we will assign you to the task.
3333

34-
4. Fork the repo and create your own branch using `git checkout -b your_branch_name`. Remember to use a branch name that describes WHAT you're doing/fixing.
34+
4. Clone the repo and create your own branch using `git checkout -b your_branch_name`. Remember to use a branch name that describes WHAT you're doing/fixing.
3535

3636
5. Setup your local development environment. Instructions [here](/CONTRIBUTING.md#installation)
3737

0 commit comments

Comments
 (0)