Add files via upload

This commit is contained in:
imfunny 2019-05-23 15:30:03 +05:30 committed by GitHub
parent 6fb6408534
commit b2b757442f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Check out this [live demo](https://imfunniee.github.io/gitfolio/) to see gitfoli
Install gitfolio
```sh
npm i -g gitfolio
npm i gitfolio -g
```
### Let's Build
@ -26,7 +26,7 @@ gitfolio build <username>
```
This will build your website using your GitHub username and put it in the `/dist` folder.
To run your website use `run` command
To run your website use `run` command (please refrain from using this for now)
```sh
gitfolio build <username>