Fix comments
This commit is contained in:
parent
9f072b8bfb
commit
fc73bd30d7
|
@ -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.
|
||||
# }}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue