diff --git a/INSTALL.md b/INSTALL.md index 8da66507a..ffc2690d4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: -), the +), the installation process for our C semantics can be summarized as: ``` $ cd ~ @@ -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: - + ### 7. Build our C tool. - Ensure `kompile` and `krun` are included in your `$PATH`. For example, if you