Skip to content

Commit ad4668e

Browse files
author
Erik Kaneda
authored
INSTALL.md: update installation directions (#330)
* INSTALL.md: update installation directions * remove --yes flag to make this command interactive
1 parent 02fefac commit ad4668e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

INSTALL.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Copy all the files in the tarball into place:
4949

5050
```sh
5151
mkdir -p ~/.local/bin ~/.local/lib
52-
cp -r kiele-X.Y.Z-bin/bin/* ~/.local/bin/
53-
cp -r kiele-X.Y.Z-bin/lib/* ~/.local/lib/
52+
cp -r kiele-X.Y.Z-bin/usr/bin/* ~/.local/bin/
53+
cp -r kiele-X.Y.Z-bin/usr/lib/* ~/.local/lib/
5454
```
5555

5656
And make sure it's on `PATH`:
5757

5858
```sh
59-
export PATH=$HOME/local/bin:$PATH
59+
export PATH=$HOME/.local/bin:$PATH
6060
```
6161

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

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

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

143144
## System Dependencies
144145

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

0 commit comments

Comments
 (0)