mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Update README.md
This commit is contained in:
parent
81b3a584f3
commit
c88146240a
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -22,6 +22,16 @@ $ npm i
|
|||
|
||||
This will install all the dependencies you will need to build your website.
|
||||
|
||||
3. After its done installing the dependencies run this command where `username` is your username on github
|
||||
|
||||
```
|
||||
$ node build --name username
|
||||
```
|
||||
|
||||
4. Congrats, you just made yourself a personal website.
|
||||
|
||||
> if you get stuck somewhere or get an error, please create an issue
|
||||
|
||||
|
||||
## License
|
||||
GNU General Public License v3.0
|
||||
|
|
Loading…
Reference in a new issue