From a30f05400aa8a5033299a44c66d0e1e428d5cd69 Mon Sep 17 00:00:00 2001 From: Brian Lachance Date: Sun, 19 Jun 2016 21:39:19 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0260209..325bc27 100644 --- a/README.md +++ b/README.md @@ -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/):