Add Spanish translation

This commit is contained in:
Daniel HybridNetworks
2022-06-22 22:28:11 -03:00
parent a8207383c9
commit cbc8f25706
21 changed files with 907 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
title: macOS
weight: 21
---
```
cd
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2022.04.12
./bootstrap-vcpkg.sh
brew install nasm yasm
./vcpkg install libvpx libyuv opus
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
export VCPKG_ROOT=$HOME/vcpkg
cargo run
```