Skip to content

Commit f99c5bc

Browse files
authored
Update en.md
1 parent 14f0a0a commit f99c5bc

File tree

1 file changed

+3
-3
lines changed
  • wiki/synchronization

1 file changed

+3
-3
lines changed

wiki/synchronization/en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<li>Install Rclone</li>
2020
<pre><code>sudo -v ; curl https://rclone.org/install.sh | sudo bash</code></pre>
2121
<li>Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
22-
<pre><code>mkdir -p ~/drive &amp;&amp; rclone config create drive your-cloud-drive-service &amp;&amp; nohup rclone mount drive: ~/drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"</code></pre>
23-
<p>* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.</p></li>
24-
<li>Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).</li>
22+
<pre><code>mkdir -p ~/Downloads/SaveDesktop/rclone_drive &amp;&amp; rclone config create savedesktop your-cloud-drive-service &amp;&amp; nohup rclone mount savedesktop: ~/Downloads/SaveDesktop/rclone_drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"</code></pre>
23+
<p>* Instead of <code>your-cloud-drive-service</code> use the name of your cloud drive service, such as <code>drive</code> (for Google Drive), <code>onedrive</code>, <code>dropbox</code>, etc.</p></li>
24+
<li>Allow access to the created folder in the <a href="https://flathub.org/apps/com.github.tchx84.Flatseal">Flatseal app</a>.</li>
2525
</ul>
2626
</details>
2727

0 commit comments

Comments
 (0)