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
|
||||
# build and run
|
||||
go build && ./dofdev
|
||||
# develop
|
||||
air
|
||||
|
||||
# deploy
|
||||
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
||||
# server starting at: http://localhost:3210
|
||||
go build
|
||||
rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
||||
|
||||
|
||||
# misc
|
||||
# track lfs
|
||||
git lfs track "*.psd"
|
||||
git lfs track "*.svg"
|
||||
```
|
Loading…
Add table
Reference in a new issue