Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Ensure you have the following installed:
1. **Fork the repository** on GitHub.
2. Clone your fork to your local machine:
```sh
git clone https://github.com/your-username/ByteChain-Academy.git
git clone https://github.com/your-username/NexaFx-web.git
cd Nexafx-web
```
3. Add the upstream repository:
```sh
git remote add upstream https://github.com/official-repo/Nexafx-web.git
git remote add upstream https://github.com/Nexacore-Org/Nexafx-web.git
```

### Install Dependencies
Expand Down