Skip to content

Commit

Permalink
Merge pull request #14 from sipkode/main
Browse files Browse the repository at this point in the history
Add submodule instructions to readme
  • Loading branch information
Redcrafter authored Aug 9, 2024
2 parents eecb427 + 2961ffb commit 2125a92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Map editor for the Game Animal Well
```sh
git clone --recursive https://github.com/Redcrafter/Animal-Well-editor.git

git submodule init
git submodule update

mkdir build
cd build
cmake ../
Expand All @@ -20,6 +23,9 @@ cmake ../
sudo apt install libgtk2.0-dev
git clone --recursive https://github.com/Redcrafter/Animal-Well-editor.git

git submodule init
git submodule update

mkdir build
cd build
cmake ../
Expand Down

0 comments on commit 2125a92

Please sign in to comment.