Skip to content

Commit

Permalink
add: buildOna.sh script to build ONA from custom branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PtrMan authored Apr 16, 2020
1 parent 06c64f5 commit 6f534c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildOna.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

git clone https://github.com/PtrMan/OpenNARS-for-Applications.git
cd OpenNARS-for-Applications
git checkout exp_symvision1
./build.sh

0 comments on commit 6f534c9

Please sign in to comment.