Fix comments

This commit is contained in:
Jeremy Gardais 2019-10-10 10:59:23 +02:00
parent 9f072b8bfb
commit fc73bd30d7
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 7 additions and 6 deletions

View File

@ -7,17 +7,18 @@
## be able to access it from anywhere
## … all you can do with a Nextcloud (share, versionning,…)
##
## 1. Move save directories of a list of known games from Steam's
## userdata to a remote directory (Nextcloud, remote mount,…).
## Then create a symlink in userdata directory to the remote game
## directory.
## 1. Move save directories of a list of known games from Steam's userdata,
## common or compatdata directories to a remote directory (Nextcloud, remote
## mount,…).
## Then create a symlink in userdata, common or compatdata Steam directory to
## the remote game directory.
##
## 2. If a directory doesn't exist, check if a remote one is
## available and symlink it.
##
## 3. List directories without symlinks.
## 3. List userdata subdirectories without symlinks.
##
## KISS: Only manage save directories from Steam userdata. For other
## KISS: Only manage save directories from Steam's directories. For other
## paths ($XDG_DATA_HOME,…) check other scripts.
# }}}