Skip to content

Commit dc5ce74

Browse files
authored
Update rclone.md
Fixes button syntax (++"A"++)
1 parent 170802e commit dc5ce74

File tree

1 file changed

+15
-15
lines changed
  • mkdocs-project-dir/docs/Walkthroughs

1 file changed

+15
-15
lines changed

mkdocs-project-dir/docs/Walkthroughs/rclone.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ computer before connecting to ssh. The application is always working on the back
4747
click on it.
4848

4949
Then, to connect via SSH we suggest using **Putty** unless you know how to allow X-forwarding with another method. To
50-
configure **Putty** to use X-Forwarding, you must look at the left side panel and go to ++SSH++ category. Then select ++X11++
51-
and ensure the checkbox for ++Enable X11 forwarding++ is checked/filled. Then enter the details to connect to the cluster in
50+
configure **Putty** to use X-Forwarding, you must look at the left side panel and go to ++"SSH"++ category. Then select ++"X11"++
51+
and ensure the checkbox for ++"Enable X11 forwarding"++ is checked/filled. Then enter the details to connect to the cluster in
5252
the main window and that's all! If you are loading a previous saved session, then load the session first and then enable the
5353
X-Forwarding.
5454

@@ -73,14 +73,14 @@ s) Set configuration password
7373
q) Quit config
7474
n/s/q>
7575
```
76-
Select `n` and press the ++Enter++ key.
76+
Select `n` and press the ++"Enter"++ key.
7777

7878
2.
7979
```
8080
Enter name for new remote.
8181
name>
8282
```
83-
Enter a simple text label for your remote connection and press the ++Enter++ key. We've used `UCLDrive` here, and it is easier to correctly use on the command-line if it does not contain spaces.
83+
Enter a simple text label for your remote connection and press the ++"Enter"++ key. We've used `UCLDrive` here, and it is easier to correctly use on the command-line if it does not contain spaces.
8484

8585
3. Something similar to this will be displayed. Please check what number corresponds to **Microsoft OneDrive**
8686
option and enter that one.
@@ -152,7 +152,7 @@ Choose a number from below, or type in your own value.
152152
61 / seafile \ (seafile)
153153
Storage>
154154
```
155-
In this case,**Microsoft OneDrive** corresponds to option 36, so enter `36` and press the ++Enter++ key.
155+
In this case,**Microsoft OneDrive** corresponds to option 36, so enter `36` and press the ++"Enter"++ key.
156156

157157
4.
158158
```
@@ -161,7 +161,7 @@ Leave blank normally.
161161
Enter a value. Press Enter to leave empty.
162162
client_id>
163163
```
164-
Press ++Enter++ to leave empty.
164+
Press ++"Enter"++ to leave empty.
165165

166166
5.
167167
```
@@ -170,7 +170,7 @@ Leave blank normally.
170170
Enter a value. Press Enter to leave empty.
171171
client_secret>
172172
```
173-
Press ++Enter++ to leave empty.
173+
Press ++"Enter"++ to leave empty.
174174

175175
6.
176176
```
@@ -184,15 +184,15 @@ Press Enter for the default (global).
184184
4 / Azure and Office 365 operated by Vnet Group in China \ (cn)
185185
region>
186186
```
187-
Select `1` and press the ++Enter++ Key.
187+
Select `1` and press the ++"Enter"++ Key.
188188

189189
```
190190
Option tenant.ID of the service principal's tenant. Also called its directory ID.
191191
Set this if using- Client Credential flowEnter a value.
192192
Press Enter to leave empty.
193193
tenant>
194194
```
195-
Press ++Enter++ to leave empty.
195+
Press ++"Enter"++ to leave empty.
196196

197197
8.
198198
```
@@ -201,7 +201,7 @@ y) Yes
201201
n) No (default)
202202
y/n>
203203
```
204-
Select `n` and press the ++Enter++ key.
204+
Select `n` and press the ++"Enter"++ key.
205205

206206
9.
207207
```
@@ -213,7 +213,7 @@ y) Yes (default)
213213
n) No
214214
y/n>
215215
```
216-
Select `y` and press the ++Enter+ key.
216+
Select `y` and press the ++"Enter"++ key.
217217

218218
**If you have installed Xming and habilitated correctly X-Forwarding in Putty or your preferred method,
219219
then a browser window will open on your personal machine. There, you must log in, in this case into Microsoft 365 using
@@ -233,7 +233,7 @@ Press Enter for the default (onedrive).
233233
7 | E.g. /teams/hr \ (path
234234
config_type>
235235
```
236-
Select `1` and press the ++Enter++ key.
236+
Select `1` and press the ++"Enter"++ key.
237237

238238
11.
239239
```
@@ -244,7 +244,7 @@ Press Enter for the default (b!ra4Fi4CqS0GYT_qied18V9A2pTgX9JxHhfZTS2MwNK-0r_cRH
244244
2 / PersonalCacheLibrary (business) \ (b!ra4Fi4CqS0GYT_qied1OP9A2pTgX9JxHhfZTS2MwNK9-7X_uAf71Qavjc1vd7Xis)
245245
config_driveid>
246246
```
247-
Select `1` and press the ++Enter++ key.
247+
Select `1` and press the ++"Enter"++ key.
248248

249249
12.
250250
```
@@ -254,7 +254,7 @@ y) Yes (default)
254254
n) No
255255
y/n>
256256
```
257-
If the URL is ok, then select `y` and press the ++Enter++ key.
257+
If the URL is ok, then select `y` and press the ++"Enter"++ key.
258258

259259
13.
260260
```
@@ -285,7 +285,7 @@ e) Edit this remote
285285
d) Delete this remote
286286
y/e/d>
287287
```
288-
If everything is ok., then select `y` and press the ++Enter++ key.
288+
If everything is ok., then select `y` and press the ++"Enter"++ key.
289289

290290
Now you are ready to use **Rclone**!
291291

0 commit comments

Comments
 (0)