Skip to content

Commit

Permalink
Merge pull request #696 from agda/Saizan-patch-1
Browse files Browse the repository at this point in the history
Do not ask users to run `make` to install the library.
  • Loading branch information
ecavallo authored Mar 15, 2022
2 parents fcb160e + fd06135 commit d8edbe5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ Once this works go to a suitable directory and run
```
> git clone https://github.com/agda/cubical
> cd cubical
> make
```

This should compile all of the agda/cubical files. To test that it
You can additionally run `make` to typecheck all of the agda/cubical files, otherwise they will be checked as needed. To test that it
works in emacs run

```
Expand Down Expand Up @@ -164,10 +163,9 @@ Once this works go to a suitable directory and run
```
> git clone https://github.com/agda/cubical
> cd cubical
> make
```

This should compile all of the agda/cubical files. To test that it
You can additionally run `make` to typecheck all of the agda/cubical files, otherwise they will be checked as needed. To test that it
works in emacs run

```
Expand Down Expand Up @@ -248,10 +246,9 @@ Once this works go to a suitable directory and run
```
> git clone https://github.com/agda/cubical
> cd cubical
> make
```

This should compile all of the agda/cubical files. To test that it
You can additionally run `make` to typecheck all of the agda/cubical files, otherwise they will be checked as needed. To test that it
works in emacs run

```
Expand Down

0 comments on commit d8edbe5

Please sign in to comment.