Commit Graph

1572 Commits

Author SHA1 Message Date
86dd45b4b3 Merge pull request #153 from FastAct/master
Translate Doc in Dutch
2023-03-08 15:10:54 +08:00
c88b9ed4c4 Merge pull request #154 from Mr-Update/patch-1
German translation improved, part 6
2023-03-08 15:10:28 +08:00
df03b9dbde Merge pull request #156 from Mr-Update/patch-2
Update _index.en.md
2023-03-08 15:09:31 +08:00
df9f911297 Merge pull request #157 from cgcel/patch-1
Update _index.zh-cn.md
2023-03-08 15:08:52 +08:00
22023f4509 Update _index.zh-cn.md
Add Docker Compose Example.
2023-03-08 14:39:07 +08:00
9c1b97aec7 Update _index.en.md 2023-03-07 22:38:51 +01:00
747bd59aa4 Update _index.de.md 2023-03-03 22:24:30 +01:00
ea6555bc9d Update _index.de.md 2023-03-03 22:20:30 +01:00
6b2641b8f4 Update _index.de.md 2023-03-03 22:17:17 +01:00
947e665c9b Update _index.de.md 2023-03-03 22:14:24 +01:00
d4360432db Update _index.de.md 2023-03-03 22:13:33 +01:00
9a378eee4e Update _index.de.md 2023-03-03 22:11:36 +01:00
650bc73b67 Update _index.de.md 2023-03-03 22:10:44 +01:00
750be0f862 Update _index.de.md 2023-03-03 22:09:42 +01:00
4a5d1d7a7a Update _index.de.md 2023-03-03 22:07:44 +01:00
11ae1bda98 Update _index.nl.md 2023-03-02 18:34:57 +01:00
4816fe2a0b Translate Doc in Dutch
added Dutch translation in doc
2023-03-02 11:39:42 +01:00
549380410b Merge pull request #152 from faustogut/patch-3
Fix typo
2023-03-01 20:35:12 +08:00
4327d0e5f8 Merge pull request #151 from faustogut/patch-2
Fix typo (registery -> registry)
2023-03-01 20:34:48 +08:00
e85ab4305b Fix typo 2023-03-01 13:34:01 +01:00
6576175f2f Fix typo (registery -> registry) 2023-03-01 13:29:40 +01:00
1e7cbf3d92 Merge pull request #150 from faustogut/patch-1
Fix nssm download link (add https)
2023-03-01 20:17:17 +08:00
2a853c6e1e Fix nssm download link (add https) 2023-03-01 12:57:35 +01:00
3ccf89c1c8 Merge pull request #148 from michalwitek1232/master
Language fixes, formatting
2023-03-01 15:56:05 +08:00
208a5bd59d Language fixes, formatting 2023-02-28 11:41:35 +01:00
808ce52234 Merge pull request #147 from michalwitek1232/master
Updated documentation about Android build
2023-02-28 10:41:30 +08:00
a911b3fd0c Merge pull request #146 from Mr-Update/patch-2
Update french translation
2023-02-28 10:39:48 +08:00
64fabadad9 Merge pull request #143 from fashberg/patch-1
Correct docker-compose examples
2023-02-28 10:39:27 +08:00
d6b30bfc99 final touches 2023-02-27 22:45:06 +01:00
0a31b090bb Updated documentation 2023-02-27 22:18:19 +01:00
399744d69f up 2023-02-27 20:47:29 +01:00
8ad55cd238 Android - init 2023-02-27 20:06:24 +01:00
41dc73f8cd Update _index.fr.md 2023-02-26 20:06:51 +01:00
c7ccc9b456 Update _index.fr.md 2023-02-26 20:06:06 +01:00
3ff9009fd8 updating de and fr 2023-02-16 11:33:39 +01:00
1091743d73 Correct docker-compose examples
Fixes #137
2023-02-16 11:29:03 +01:00
8ae7d05372 update logo 2023-02-16 11:45:51 +08:00
a7b4618032 add action to self build 2023-02-16 11:31:40 +08:00
430aa54888 remove "detect browser language", because currently, only the English
version has complete content, https://github.com/rustdesk/doc.rustdesk.com/pull/127
2023-02-14 16:18:30 +08:00
820ec1fe5e Merge pull request #142 from rustdesk/revert-134-patch-1
Revert "Change "cargo run" with "python3 build.py""
2023-02-13 20:38:59 +08:00
84bba31b5c Revert "Change "cargo run" with "python3 build.py"" 2023-02-13 20:38:47 +08:00
e9d1abc02f Merge pull request #134 from tognols/patch-1
Change "cargo run" with "python3 build.py"
2023-02-13 20:38:41 +08:00
2b6615a16d Merge pull request #141 from NicKoehler/master
updated favicon
2023-02-13 18:42:59 +08:00
d48b4eba54 updated favicon 2023-02-13 11:15:40 +01:00
0f1af902ca Merge pull request #139 from Mr-Update/patch-2
Update _index.en.md
2023-02-05 12:33:39 +08:00
b69bc5608b Update _index.en.md
I believe the deleted section is duplicated with lines 56-63 in "Docker examples" and does not belong to "STEP 3 - Option 2".
2023-02-05 00:05:24 +01:00
8d89733108 Merge pull request #138 from Mr-Update/patch-1
Spelling improved
2023-02-04 09:14:58 +08:00
30a401ca12 Update _index.en.md 2023-02-03 23:20:37 +01:00
bb428bf73b Update _index.en.md 2023-02-03 23:19:24 +01:00
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