Skip to content

Commit

Permalink
Suggest using develop branch when building
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Aug 7, 2015
1 parent 3f42edb commit 3f8af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo apt-get install gcc-4.9 g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
```

Then, you can clone and build Antimony:
Then, you can clone and build Antimony. Building from the `develop` branch is recommended over `master`, as `develop` has all of the latest bug-fixes and improvements.
```
git clone https://github.com/mkeeter/antimony
cd antimony
Expand Down

0 comments on commit 3f8af1c

Please sign in to comment.