1ded1d0d92
Merge pull request #161 from faustogut/patch-5
...
Rewrite step 2 options sections
2023-03-13 20:58:38 +08:00
2ebc72a66a
Merge pull request #164 from faustogut/patch-8
...
Fix link
2023-03-12 20:10:07 +08:00
bfa8c28bb9
Merge pull request #163 from faustogut/patch-7
...
Fix typos (remove hypens in step titles)
2023-03-12 20:09:51 +08:00
6a391d4068
Merge pull request #162 from faustogut/patch-6
...
Rewrite step 2 options & Fix blank space typo
2023-03-12 20:09:31 +08:00
cad7f30bb4
Merge pull request #160 from faustogut/patch-4
...
Add missing steps at enable workflows section
2023-03-12 20:08:15 +08:00
27caac28fa
Fix link
2023-03-09 13:56:35 +01:00
1a3eceb107
Fix typos (remove hypens in step titles)
2023-03-09 13:53:25 +01:00
cd5101e7b7
Rewrite step 2 options & Fix blank space typo
2023-03-09 13:31:14 +01:00
cd5ec70fd9
Rewrite step 2 options sections
2023-03-09 13:28:47 +01:00
3eb91b0bb1
Add missing steps at enable workflows section
2023-03-09 12:29:25 +01:00
83bbbbbd8e
Update _index.de.md
2023-03-09 12:27:58 +01:00
69086f74dc
Update _index.de.md
2023-03-08 22:41:52 +01:00
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
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
e85ab4305b
Fix typo
2023-03-01 13:34:01 +01:00
6576175f2f
Fix typo (registery -> registry)
2023-03-01 13:29:40 +01:00
2a853c6e1e
Fix nssm download link (add https)
2023-03-01 12:57:35 +01: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
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
a7b4618032
add action to self build
2023-02-16 11:31:40 +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
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
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