Skip to content

Commit a612f68

Browse files
author
dwightguth
committed
Merge pull request #59 from dwightguth/master
update readme to refer to correct version in preparation for 3.4.0 relea...
2 parents e3fd72b + b32fa70 commit a612f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ do any installation steps not listed explicitly.
66
We recommend using Linux or OSX on a computer with at least 1 GB of memory.
77

88
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
1010
installation 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
```
9696
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>
9898

9999
### 7. Build our C tool.
100100
- Ensure `kompile` and `krun` are included in your `$PATH`. For example, if you

0 commit comments

Comments
 (0)