Skip to content

Commit

Permalink
docs: update DEPLOY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msyfls123 committed Aug 25, 2024
1 parent 6d2e844 commit ed1c0bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Setup

Download `build.zip` from GitHub Actions.

```shell
unzip build.zip -d ./bard
mkdir store
cd bard
cp -r app app-bak
unzip build.zip -d ./app
chmod +x app/target/release/server
```

# Build
Expand Down

0 comments on commit ed1c0bb

Please sign in to comment.