Skip to content

Commit 5e9d7a0

Browse files
committed
updated readme
1 parent 2c33993 commit 5e9d7a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ $ cd mnt
9797
> ```
9898
> systemctl --user start stag@<name>:<full path>
9999
> ```
100-
> Systemd may warn about the use of "/", but these warnings can be ignored.
100+
> Systemd will warn you about using `/`, to avoid issues, replace all `/` with `-`, e.g.:
101+
> ```
102+
> systemctl --user enable now stag@wallpapers:-home-user-wallpapers-
103+
> ```
101104
102105
Add files to your repository as you would in any directory, by copying or moving them into the mount point. For demonstration purposes, let's create the following files
103106

0 commit comments

Comments
 (0)