mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-01 07:13:23 +00:00
Fix typo in docker build readme
This commit is contained in:
parent
502bf8ebf8
commit
47a7c5e27b
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Build and Package deb
|
||||
run: |
|
||||
cd scripts
|
||||
./build-sunshine -p -s ..
|
||||
./build-sunshine.sh -p -s ..
|
||||
|
||||
cd sunshine-build
|
||||
mv sunshine.deb sunshine-${{ matrix.distro }}.deb
|
||||
|
@ -32,13 +32,13 @@ cd scripts
|
||||
|
||||
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.
|
||||
|
||||
```
|
||||
git pull
|
||||
./build-sunshine -p -s ..
|
||||
./build-sunshine.sh -p -s ..
|
||||
```
|
||||
|
||||
Optionally, the docker container can be removed after you're finished:
|
||||
|
Loading…
x
Reference in New Issue
Block a user