Give correct path for installing from git clone

The top-level of the repository is not the desired package. The
subdirectory with the same name is, though.
This commit is contained in:
Brian Lachance 2016-06-19 21:39:19 -04:00
parent 31ee1c8941
commit a30f05400a

View File

@ -70,7 +70,7 @@ From Github:
```
> git clone https://github.com/bennn/trivial
> raco pkg install ./trivial
> raco pkg install ./trivial/trivial
```
From the Racket [package server](http://pkgs.racket-lang.org/):