Ver código fonte

Merge pull request #65 from moncho/master

Minor correction to README
Vadim Markovtsev 7 anos atrás
pai
commit
64c289920d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke
 You are going to need Go (>= v1.8) and Python 2 or 3.
 ```
 go get -d gopkg.in/src-d/hercules.v3/cmd/hercules
-cd $GOPATH/src/gopkg.in/src-d/hercules.v3/cmd/hercules
+cd $GOPATH/src/gopkg.in/src-d/hercules.v3
 make
 ```