Skip to content

Commit

Permalink
Merge pull request #59 from dwightguth/master
Browse files Browse the repository at this point in the history
update readme to refer to correct version in preparation for 3.4.0 relea...
  • Loading branch information
dwightguth committed Nov 21, 2014
2 parents e3fd72b + b32fa70 commit a612f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ do any installation steps not listed explicitly.
We recommend using Linux or OSX on a computer with at least 1 GB of memory.

On Ubuntu, if the K Framework has already been installed (from here:
<https://github.com/kframework/k/releases/tag/latest>), the
<https://github.com/kframework/k/releases/tag/v3.4>), the
installation process for our C semantics can be summarized as:
```
$ cd ~
Expand Down Expand Up @@ -94,7 +94,7 @@ Use the following command if `git` is installed:
$ git clone --depth=1 https://github.com/kframework/c-semantics.git
```
Otherwise, download the latest stable version from github here:
<https://github.com/kframework/c-semantics/releases/tag/latest>
<https://github.com/kframework/c-semantics/releases/tag/v3.4.0>

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

0 comments on commit a612f68

Please sign in to comment.