ocarina/README
Anna Schumaker 65a81e5bb2 Add git protocol entry to the README
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-02-23 11:27:04 -05:00

21 lines
247 B
Plaintext

Alternate clone url:
$ git clone git://git.ocarinaproject.net/anna/ocarina.git
Build:
$ scons
Clean:
$ scons -c
Install:
$ sudo scons install
Uninstall:
$ sudo scons -c install
Build tests:
$ scons tests
Clean tests:
$ scons -c tests