From 7ce9c72dc5074371892a9e161eece2db11f6f3c9 Mon Sep 17 00:00:00 2001 From: thomasyxy <838476901@qq.com> Date: Fri, 28 Jul 2017 21:03:54 +0800 Subject: [PATCH] docs: update README (#167) Former-commit-id: e1b33419721d6d51a851fcc7ea562a050b40f9de [formerly 03a0aea84db533381cc79dd458c1cdf4d9fdad2c] [formerly 97fc9c300c4798a92386707d0a7af1223e8f2c60 [formerly cc84429746b414c6034a5d3cf8e34a666b2451a5]] Former-commit-id: 5aa11704c1cf2c5f45e2a81ca7d51b9ae10ea953 [formerly a2513d93485c729f94479695e760b817efb59d78] Former-commit-id: db848231e7ae321798ee47bfa87bff05052f4d70 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52713f8a..79f57f41 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,8 @@ If you want to contribute or want to build the code from source, you will need t 1. `go get github.com/hacdias/filemanager` 2. `cd $GOPATH/src/github.com/hacdias/filemanager` 3. `npm install` -4. `npm start dev` - regenerates the static assets automatically -5. `go install gihthub.com/hacdias/filemanager/cmd/filemanager` +4. `npm run dev` - regenerates the static assets automatically +5. `go install github.com/hacdias/filemanager/cmd/filemanager` 6. Execute `$GOPATH/bin/filemanager` The steps 3 and 4 are only required **if you want to develop the front-end**. Otherwise, you can ignore them. Before pulling, if you made any change on assets folder, you must run the `build.sh` script on the root of this repository.