Skip to content

Commit

Permalink
Fixing code blocks display in readme
Browse files Browse the repository at this point in the history
The original text was using both the fenced markers (```) and the spacing to give the instructions for NIX.
  • Loading branch information
aubertc authored Dec 16, 2024
1 parent 22fe124 commit 452057e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,26 +182,26 @@ following [these instructions](https://nixos.org/manual/nix/stable/#chap-install
Then, at the root of the EasyCrypt source tree, type:
```
$> make nix-build
```
```
$> make nix-build
```
Once completed, you will find the EasyCrypt binary in `result/bin`.
You can also run
```
$> make nix-build-with-provers
```
```
$> make nix-build-with-provers
```
to install EasyCrypt along with a set of provers.
For getting a development environment, you can run:
```
$> make nix-develop
```
```
$> make nix-develop
```
These will install all the required dependencies, a set of provers and
will then drop you into a shell. From there, simply run `make` to
Expand Down

0 comments on commit 452057e

Please sign in to comment.