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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ See [Code Structure on Wiki](https://github.com/musescore/MuseScore/wiki/CodeStr

If using git to download repo of entire code history, type:

git clone https://github.com/musescore/MuseScore.git
git clone --recurse-submodules https://github.com/musescore/MuseScore.git
cd MuseScore

(The `--recurse-submodules` ensures that the [`muse_framework`](https://github.com/musescore/muse_framework) git submodule is checked out into the `muse/` subdirectory.)

Otherwise, you can just download the latest source release tarball from the [Releases page](https://github.com/musescore/MuseScore/releases), and then from your download directory type:

tar xzf MuseScore-x.x.x.tar.gz
Expand Down
Loading