File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ do any installation steps not listed explicitly.
6
6
We recommend using Linux or OSX on a computer with at least 1 GB of memory.
7
7
8
8
On Ubuntu, if the K Framework has already been installed (from here:
9
- < https://github.com/kframework/k/releases/tag/latest > ), the
9
+ < https://github.com/kframework/k/releases/tag/v3.4 > ), the
10
10
installation process for our C semantics can be summarized as:
11
11
```
12
12
$ cd ~
@@ -94,7 +94,7 @@ Use the following command if `git` is installed:
94
94
$ git clone --depth=1 https://github.com/kframework/c-semantics.git
95
95
```
96
96
Otherwise, download the latest stable version from github here:
97
- < https://github.com/kframework/c-semantics/releases/tag/latest >
97
+ < https://github.com/kframework/c-semantics/releases/tag/v3.4.0 >
98
98
99
99
### 7. Build our C tool.
100
100
- Ensure ` kompile ` and ` krun ` are included in your ` $PATH ` . For example, if you
You can’t perform that action at this time.
0 commit comments