Add update instructions in readme
This commit is contained in:
parent
007dbdd3a9
commit
03138d3809
1 changed files with 5 additions and 0 deletions
|
@ -115,3 +115,8 @@ make release
|
|||
```
|
||||
|
||||
This will fetch and create all images required for the build process. The whole process to finish can take several minutes.
|
||||
|
||||
## Deploy
|
||||
```
|
||||
env PLATFORMS='linux' make release; and scp build/distributions/youtubebeat-6.5.0-linux-x86.tar.gz REMOTE_SERVER:/tmp/ELK; and ssh REMOTE_SERVER "cd /tmp/ELK; rm -rf youtubebeat-6.5.0-linux-x86; tar xvf youtubebeat-6.5.0-linux-x86.tar.gz"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue