Skip to content

Commit

Permalink
add clone recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
hexxone committed Oct 27, 2024
1 parent 0823f44 commit c02f806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Prerequisites:

Install steps:

1. `git clone https://github.com/hexxone/audiorbits.git`
1. `git clone --recursive https://github.com/hexxone/audiorbits.git` recursive is needed to include all submodules.
2. `cd audiorbits`
3. `yarn install`
4. `yarn start` for debugging or `yarn prod` for an optimized build
Expand Down
2 changes: 1 addition & 1 deletion src/we_utils
Submodule we_utils updated 1 files
+1 −1 src/three.ts

0 comments on commit c02f806

Please sign in to comment.