Skip to content

Commit

Permalink
Update instructions to clone repo with submodules, closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
greynewell committed Sep 17, 2024
1 parent f822ca9 commit a9b5bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To set up your development environment:
1. **Clone the repository:**

```bash
git clone https://github.com/greynewell/musegpt.git
git clone --recurse-submodules -j2 https://github.com/greynewell/musegpt.git
cd musegpt
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you want to build from source, follow these steps:
1. **Clone the repository:**

```bash
git clone https://github.com/greynewell/musegpt.git
git clone --recurse-submodules -j2 https://github.com/greynewell/musegpt.git
cd musegpt
```

Expand Down

0 comments on commit a9b5bf4

Please sign in to comment.