Document of RustDesk
Go to file
Matteo Tognolo ddc706f1e7
Change "cargo run" with "python3 build.py"
As of today, if you follow the docs you'll not be able to "cargo run" and build the app: you'll build will fail making you wonder what have you done wrong.
Building with build.py after following the docs, instead, will just work and compile the app.
The default, then, should be python3 build.py (atleast until this problem it's fixed and you can "cargo run" succesfully on Windows).
2023-01-31 23:11:14 +01:00
content Change "cargo run" with "python3 build.py" 2023-01-31 23:11:14 +01:00
layouts fix and improves compatibility detect language 2023-01-23 23:48:59 +01:00
static add french translations / fix synology typo / little fix css 2023-01-15 16:26:39 +01:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore dev chapter 2022-04-12 12:43:15 +08:00
config.toml fix 2022-06-23 10:20:34 +08:00
deploy.sh sg -> ot 2023-01-05 11:25:40 +08:00
LICENSE.md https://github.com/matcornic/hugo-theme-learn/tree/master/exampleSite 2022-04-11 00:15:15 +08:00
README.md Update README.md 2022-06-03 13:51:50 +08:00

We need your help to translate this document to your native language

Preview

Install hugo first

git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
hugo serve