Browse Source

fix alignment of comment in bash script snippet

Daniel Sheffield 4 days ago
parent
commit
76fe01a5b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Readme.md

+ 1 - 1
Readme.md

@@ -115,6 +115,6 @@ On GNU compatible system this is equivalent to:
 
 ```bash
 stow -d "$DOTFILES_DIR/ssh" -t "/home/$USER" user
-stow -d "$DOTFILES_DIR/ssh" -t / system             # needs root permissions obviously
+stow -d "$DOTFILES_DIR/ssh" -t / system # needs root permissions obviously
 ```