Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jun 29, 2024
2 parents 343f715 + 576e755 commit c95e696
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ scrcpy --no-window
# interrupt with Ctrl+C
```

Without video, the audio latency is typically not criticial, so it might be
Without video, the audio latency is typically not critical, so it might be
interesting to add [buffering](#buffering) to minimize glitches:

```
Expand Down
2 changes: 1 addition & 1 deletion doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This is the preferred method (and the way the release is built).
From _Debian_, install _mingw_:

```bash
sudo apt install mingw-w64 mingw-w64-tools
sudo apt install mingw-w64 mingw-w64-tools libz-mingw-w64-dev
```

You also need the JDK to build the server:
Expand Down
2 changes: 1 addition & 1 deletion doc/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Scrcpy is packaged in several distributions and package managers:

- Debian/Ubuntu: `apt install scrcpy`
- Debian/Ubuntu: ~~`apt install scrcpy`~~ _(obsolete version)_
- Arch Linux: `pacman -S scrcpy`
- Fedora: `dnf copr enable zeno/scrcpy && dnf install scrcpy`
- Gentoo: `emerge scrcpy`
Expand Down
8 changes: 1 addition & 7 deletions doc/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ Download the [latest release]:

and extract it.

Alternatively, you could install it from packages manager, like [Winget]:

```bash
winget install scrcpy
```

or [Chocolatey]:
Alternatively, you could install it from packages manager, like [Chocolatey]:

```bash
choco install scrcpy
Expand Down

0 comments on commit c95e696

Please sign in to comment.