Commit Graph

135 Commits

Author SHA1 Message Date
Mr-Update
e2d10c9b9b
Update _index.nl.md 2023-04-25 22:07:16 +02:00
Mr-Update
6e1a53a6e2
Update _index.en.md 2023-04-25 22:06:37 +02:00
Mr-Update
5e23c0ef61
Update _index.de.md 2023-04-25 22:05:16 +02:00
Mr-Update
c403041b84
Update _index.de.md 2023-04-25 22:02:40 +02:00
JelleBuning
1c2b2fe5c6
Update _index.en.md 2023-04-06 12:41:48 +02:00
JelleBuning
a488e27bff
Update _index.en.md 2023-04-06 11:23:16 +02:00
JelleBuning
9ca50a1c4d
Update _index.en.md 2023-04-06 10:45:51 +02:00
rustdesk
e0a943aabd remove stupid comment 2023-03-31 22:17:20 +08:00
JelleBuning
b47fa6cffc
Update _index.en.md 2023-03-31 10:32:06 +02:00
JelleBuning
aa61647cde
Update _index.en.md
checkout has to be executed in project root
2023-03-31 08:32:57 +02:00
RustDesk
457e5a5a93
Update _index.en.md 2023-03-29 10:49:50 +08:00
JelleBuning
00c281efc7
Update _index.en.md 2023-03-28 10:04:40 +02:00
RustDesk
07a0102ec0
Merge pull request #173 from FastAct/master
add png file in doc.rustdesk.com/content/dev/build/windows/images/env-nl.png
2023-03-23 18:36:37 +08:00
RustDesk
46c8cbafce
Merge pull request #172 from FastAct/patch-5
Update _index.nl.md
2023-03-23 18:36:12 +08:00
FastAct
3d58aceef8
Merge branch 'rustdesk:master' into master 2023-03-16 12:37:31 +01:00
FastAct
7f366c3991
Update _index.nl.md 2023-03-16 12:34:21 +01:00
FastAct
9da416e11c
Update _index.nl.md 2023-03-16 12:31:16 +01:00
FastAct
18ad713532 add env-nl.png
update text+add png file
2023-03-16 12:24:49 +01:00
FastAct
40b934b875
Update _index.nl.md 2023-03-16 10:49:37 +01:00
FastAct
79762d199c
Update _index.nl.md 2023-03-16 10:39:46 +01:00
FastAct
14e32b7200
Update _index.nl.md 2023-03-16 10:32:10 +01:00
Mr-Update
251d582a84
Update _index.de.md 2023-03-13 21:01:44 +01:00
grummbeer
745e529550 Update version of NDK 2023-03-13 14:58:57 +01:00
RustDesk
cad7f30bb4
Merge pull request #160 from faustogut/patch-4
Add missing steps at enable workflows section
2023-03-12 20:08:15 +08:00
Fausto Gutierrez
3eb91b0bb1
Add missing steps at enable workflows section 2023-03-09 12:29:25 +01:00
Mr-Update
83bbbbbd8e
Update _index.de.md 2023-03-09 12:27:58 +01:00
Mr-Update
69086f74dc
Update _index.de.md 2023-03-08 22:41:52 +01:00
RustDesk
86dd45b4b3
Merge pull request #153 from FastAct/master
Translate Doc in Dutch
2023-03-08 15:10:54 +08:00
RustDesk
c88b9ed4c4
Merge pull request #154 from Mr-Update/patch-1
German translation improved, part 6
2023-03-08 15:10:28 +08:00
Mr-Update
9c1b97aec7
Update _index.en.md 2023-03-07 22:38:51 +01:00
Mr-Update
d4360432db
Update _index.de.md 2023-03-03 22:13:33 +01:00
Mr-Update
9a378eee4e
Update _index.de.md 2023-03-03 22:11:36 +01:00
Mr-Update
650bc73b67
Update _index.de.md 2023-03-03 22:10:44 +01:00
Mr-Update
750be0f862
Update _index.de.md 2023-03-03 22:09:42 +01:00
Mr-Update
4a5d1d7a7a
Update _index.de.md 2023-03-03 22:07:44 +01:00
FastAct
4816fe2a0b Translate Doc in Dutch
added Dutch translation in doc
2023-03-02 11:39:42 +01:00
Michał Witek
208a5bd59d Language fixes, formatting 2023-02-28 11:41:35 +01:00
RustDesk
808ce52234
Merge pull request #147 from michalwitek1232/master
Updated documentation about Android build
2023-02-28 10:41:30 +08:00
MICHAL\mwitek
d6b30bfc99 final touches 2023-02-27 22:45:06 +01:00
MICHAL\mwitek
0a31b090bb Updated documentation 2023-02-27 22:18:19 +01:00
MICHAL\mwitek
399744d69f up 2023-02-27 20:47:29 +01:00
Michal Witek
8ad55cd238
Android - init 2023-02-27 20:06:24 +01:00
Mr-Update
c7ccc9b456
Update _index.fr.md 2023-02-26 20:06:06 +01:00
RustDesk
84bba31b5c
Revert "Change "cargo run" with "python3 build.py"" 2023-02-13 20:38:47 +08:00
RustDesk
e9d1abc02f
Merge pull request #134 from tognols/patch-1
Change "cargo run" with "python3 build.py"
2023-02-13 20:38:41 +08:00
Mr-Update
bb428bf73b
Update _index.en.md 2023-02-03 23:19:24 +01:00
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
Mr-Update
d569d4d6d6
Update _index.de.md 2023-01-29 22:59:41 +01:00
Mr-Update
a90c2aefc0
Update _index.de.md 2023-01-29 22:58:12 +01:00
Mr-Update
263990bd6a
Update _index.de.md 2023-01-29 22:57:00 +01:00