diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-04 09:41:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-04 09:41:30 +0900 |
| commit | 3e5bb63118d664f7bcf6246d8bf44115f6143e69 (patch) | |
| tree | b70035da86724cb5e6119be59e65cff54cbd25e6 /docs/setup.en.md | |
| parent | Update setup.ja.md (diff) | |
| download | sharkey-3e5bb63118d664f7bcf6246d8bf44115f6143e69.tar.gz sharkey-3e5bb63118d664f7bcf6246d8bf44115f6143e69.tar.bz2 sharkey-3e5bb63118d664f7bcf6246d8bf44115f6143e69.zip | |
Update setup.en.md
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 13b0bdaeb5..c9556e8b5d 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -67,7 +67,7 @@ Please install and setup these softwares: 4. `npm run build` #### Update -1. `git pull origin master` +1. `git reset --hard && git pull origin master` 2. `npm install` 3. `npm run build` |