update shell cmds
This commit is contained in:
parent
23630205d3
commit
092ef934cc
1 changed files with 7 additions and 5 deletions
12
readme.md
12
readme.md
|
@ -1,11 +1,13 @@
|
||||||
```shell
|
```shell
|
||||||
# build and run
|
# develop
|
||||||
go build && ./dofdev
|
air
|
||||||
|
|
||||||
# deploy
|
# deploy
|
||||||
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
go build
|
||||||
# server starting at: http://localhost:3210
|
rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
||||||
|
|
||||||
|
|
||||||
|
# misc
|
||||||
# track lfs
|
# track lfs
|
||||||
git lfs track "*.psd"
|
git lfs track "*.svg"
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue