File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
66We recommend using Linux or OSX on a computer with at least 1 GB of memory.
77
88On 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
1010installation process for our C semantics can be summarized as:
1111```
1212$ cd ~
@@ -94,7 +94,7 @@ Use the following command if `git` is installed:
9494$ git clone --depth=1 https://github.com/kframework/c-semantics.git
9595```
9696Otherwise, 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 >
9898
9999### 7. Build our C tool.
100100- 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