Skip to content

Commit

Permalink
adding INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 26, 2024
1 parent aea649b commit 2b52f3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SEE install

Install SWI-Prolog from http://www.swi-prolog.org/Download.html

mkdir -p ~/github.com
mkdir -p ~/github.com/eyereasoner
cd ~/github.com/eyereasoner
git clone https://github.com/eyereasoner/see-lingua
cd see-lingua
sudo ln -sf $(realpath ./see) /usr/local/bin
see --version

0 comments on commit 2b52f3f

Please sign in to comment.