Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaljurand committed Nov 5, 2018
1 parent 5133afe commit 20960a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,9 @@ with this large lexicon go into the root directory of the APE source,
copy the large lexicon over `lexicon/clex_lexicon.pl` and recompile APE,
e.g. by using these commands.

curl -L https://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > lexicon/clex_lexicon.pl
sh make_exe.sh
curl -L https://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > prolog/lexicon/clex_lexicon.pl
make build

Instead of `curl` one can also use `wget` to download the lexicon.

wget -O - http://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > lexicon/clex_lexicon.pl
wget -O - http://raw.github.com/Attempto/Clex/master/clex_lexicon.pl > prolog/lexicon/clex_lexicon.pl

0 comments on commit 20960a5

Please sign in to comment.