modify README
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
leafee98 2023-09-18 10:44:39 +08:00
parent 15e11958f9
commit 20983f06b8

View file

@ -2,12 +2,8 @@
My workflow to build deb files.
## Build all packages and upload to webdav
## Build all packages on local
```
export WEBDAV_USER=webdav_user
export WEBDAV_PASS=abcdefghijklmnopqrstuvwxyz
export WEBDAV_HOST=https://webdav.example.com
export WEBDAV_REPOPATH=packages
bash script/build_all.sh
./script/local_build.sh
```