Skip to content

Commit

Permalink
INSTALL.md: update installation directions (#330)
Browse files Browse the repository at this point in the history
* INSTALL.md: update installation directions

* remove --yes flag to make this command interactive
  • Loading branch information
Erik Kaneda authored Nov 11, 2021
1 parent 02fefac commit ad4668e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ Copy all the files in the tarball into place:

```sh
mkdir -p ~/.local/bin ~/.local/lib
cp -r kiele-X.Y.Z-bin/bin/* ~/.local/bin/
cp -r kiele-X.Y.Z-bin/lib/* ~/.local/lib/
cp -r kiele-X.Y.Z-bin/usr/bin/* ~/.local/bin/
cp -r kiele-X.Y.Z-bin/usr/lib/* ~/.local/lib/
```

And make sure it's on `PATH`:

```sh
export PATH=$HOME/local/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
```

## Nix
Expand Down Expand Up @@ -138,7 +138,8 @@ First make sure you have the `kframework` package installed.

Look in `deps/k_release` for the currently supported tag release of K, you will need to install that one.

see instructions here: https://github.com/kframework/k/releases/tag/<k_release>.
see instructions here: <https://github.com/kframework/k/releases>.
Releases are available for download here: <https://github.com/kframework/k/tags>.

## System Dependencies

Expand Down Expand Up @@ -195,7 +196,7 @@ These commands build and install KIELE:
git clone https://github.com/runtimeverification/iele-semantics.git
cd iele-semantics
git submodule update --init --recursive
k-configure-opam
opam init
opam install --yes ocaml-protoc rlp yojson zarith hex uuidm cryptokit
eval $(opam config env)
make build -j4
Expand Down

0 comments on commit ad4668e

Please sign in to comment.