doc: fix typos

This commit is contained in:
Arthur Henrique 2021-05-09 11:29:25 -03:00 committed by GitHub
parent 49aeeffbe6
commit 8528eb3aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ The best open-source remote desktop client software, written in Rust. Works out
[**BINARY DOWNLOAD**](https://github.com/rustdesk/rustdesk/releases)
## Dependences
## Dependencies
Desktop versions use [sciter](https://sciter.com/) for GUI, please download sciter dynamic library yourself.
@ -25,7 +25,7 @@ Desktop versions use [sciter](https://sciter.com/) for GUI, please download scit
## How to build on Linux
### Ubuntu 18 (Debain 10)
### Ubuntu 18 (Debian 10)
```
sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake
```