Skip to content

Commit

Permalink
Add correct line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Mar 29, 2022
1 parent c0983d8 commit 7b3f76b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Installation Instructions:
We recommend using carbon through the [VS Code plugin](https://marketplace.visualstudio.com/items?itemName=viper-admin.viper). Alternatively, one can compile carbon from source with the following steps:

* Install Z3 and Boogie and set the environment variables `Z3_EXE` and `BOOGIE_EXE` correspondingly (see wiki above)
* Clone this repository *recursively* by running:
* Clone this repository *recursively* by running:
`git clone --recursive https://github.com/viperproject/carbon`
* Compile and run with:
`sbt "run [options] <path to Viper file>"`
* Alternatively, for a faster startup without compilation each time, build a `.jar` file:
`sbt assembly`
And then run with:
`java -jar ./target/scala-*/carbon.jar [options] <path to Viper file>`
* Compile and run with:
`sbt "run [options] <path to Viper file>"`
* Alternatively, for a faster startup without compilation each time, build a `.jar` file:
`sbt assembly`
And then run with:
`java -jar ./target/scala-*/carbon.jar [options] <path to Viper file>`

0 comments on commit 7b3f76b

Please sign in to comment.