Skip to content

Commit 0603a4e

Browse files
committed
README: Fix some Markdown issues
1 parent 61767d7 commit 0603a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ git clone --recursive https://github.com/pmbittner/AgdaCCnOC.git
7474
```
7575

7676
There are **three alternative ways** to compile the library and run its small demo.
77-
**Either use **Nix, Docker, or install Agda manually.**
77+
**Either use Nix, Docker, or install Agda manually.**
7878
We **recommend Nix** because it creates a sandbox environment with all dependencies satisfied while not affecting your system setup (as does Docker), as well as giving you the opportunity to adapt and reuse the library in your own Agda projects (Docker requires to rebuild an image after every change).
7979
If you just want to run the demo or if you are on **Windows** and don't want to install WSL2, we recommend Docker.
8080

@@ -530,7 +530,7 @@ In some cases it may also be necessary to disable some kind of out-of-memory kil
530530
531531
### Failed to read library file ./libs/../agda-stdlib/standard-library.agda-lib.
532532
The following error may occur when executing `make` after a manual setup:
533-
```shell
533+
```
534534
Failed to read library file ./libs/../agda-stdlib/standard-library.agda-lib.
535535
Reason: ./libs/../agda-stdlib/standard-library.agda-lib: openBinaryFile: does not exist (No such file or directory)
536536
make: *** [makefile:15: build] Error 42

0 commit comments

Comments
 (0)