Last modified by Fedi Abichou on 2023/11/02 13:30

From version 4.1
edited by Martin Uhl
on 2023/10/31 11:47
Change comment: There is no comment for this version
To version 5.2
edited by Martin Uhl
on 2023/10/31 11:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,20 +20,18 @@
20 20  Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos:
21 21  
22 22  
23 -{{html wiki="true"}}
24 -{{code}}$ python3 -m pip install --user --upgrade maestral[gui]
23 +{{code language="sh"}}
24 +$ python3 -m pip install --user --upgrade maestral[gui]
25 25  {{/code}}
26 -{{/html}}
27 27  
28 -
29 29  == Aufrufen ==
30 30  
31 31  gestartet wird es dann mittels
32 32  
33 33  
34 -{{html wiki="true"}}
35 -{{code}}<code>$ ~/.local/bin/maestral_qt</code>{{/code}}
36 -{{/html}}
32 +{{code}}
33 +$ ~/.local/bin/maestral_qt
34 +{{/code}}
37 37  
38 38  
39 39  
... ... @@ -54,12 +54,11 @@
54 54  Aus dem Home-Verzeichnis via Terminal folgendes ausrufen
55 55  
56 56  
57 -{{html wiki="true"}}
55 +
58 58  {{code}}git clone https://github.com/dark/dropbox-filesystem-fix.git
59 59  cd dropbox-filesystem-fix
60 60  make
61 61  {{/code}}
62 -{{/html}}
63 63  
64 64  
65 65