File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ Copy all the files in the tarball into place:
49
49
50
50
``` sh
51
51
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/
54
54
```
55
55
56
56
And make sure it's on ` PATH ` :
57
57
58
58
``` sh
59
- export PATH=$HOME /local/bin:$PATH
59
+ export PATH=$HOME /. local/bin:$PATH
60
60
```
61
61
62
62
## Nix
@@ -138,7 +138,8 @@ First make sure you have the `kframework` package installed.
138
138
139
139
Look in ` deps/k_release ` for the currently supported tag release of K, you will need to install that one.
140
140
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 > .
142
143
143
144
## System Dependencies
144
145
@@ -195,7 +196,7 @@ These commands build and install KIELE:
195
196
git clone https://github.com/runtimeverification/iele-semantics.git
196
197
cd iele-semantics
197
198
git submodule update --init --recursive
198
- k-configure- opam
199
+ opam init
199
200
opam install --yes ocaml-protoc rlp yojson zarith hex uuidm cryptokit
200
201
eval $( opam config env)
201
202
make build -j4
You can’t perform that action at this time.
0 commit comments