Skip to content

Commit

Permalink
small instruction fix (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsQuinnMoore authored Oct 8, 2024
1 parent 7e847b4 commit 0ec1d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pydoc/setup/LINUX_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ We encourage developers to fork the repo if they expect to make any changes to a
They can then their fork and add the Bears-R-Us repo as a remote:
```bash
git clone https://github.com/YOUR_FORK/arkouda.git
cd arkouda
git remote add upstream https://github.com/Bears-R-Us/arkouda.git
```

Expand Down
1 change: 1 addition & 0 deletions pydoc/setup/MAC_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We encourage developers to fork the repo if they expect to make any changes to a
They can then clone their fork and add the Bears-R-Us repo as a remote:
```bash
git clone https://github.com/YOUR_FORK/arkouda.git
cd arkouda
git remote add upstream https://github.com/Bears-R-Us/arkouda.git
```

Expand Down

0 comments on commit 0ec1d57

Please sign in to comment.