Fix typo in docker build readme

This commit is contained in:
ReenigneArcher 2021-12-17 22:25:22 -05:00
commit 47a7c5e27b
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ jobs:
- name: Build and Package deb - name: Build and Package deb
run: | run: |
cd scripts cd scripts
./build-sunshine -p -s .. ./build-sunshine.sh -p -s ..
cd sunshine-build cd sunshine-build
mv sunshine.deb sunshine-${{ matrix.distro }}.deb mv sunshine.deb sunshine-${{ matrix.distro }}.deb

View file

@ -32,13 +32,13 @@ cd scripts
Then, the sources will be compiled and the debian package generated: Then, the sources will be compiled and the debian package generated:
``` ```
./build-sunshine -p -s .. ./build-sunshine.sh -p -s ..
``` ```
You can run `build-sunshine -p -s ..` again as long as the docker container exists. You can run `build-sunshine -p -s ..` again as long as the docker container exists.
``` ```
git pull git pull
./build-sunshine -p -s .. ./build-sunshine.sh -p -s ..
``` ```
Optionally, the docker container can be removed after you're finished: Optionally, the docker container can be removed after you're finished: