Răsfoiți Sursa

fix alignment of comment in bash script snippet

Daniel Sheffield 2 luni în urmă
părinte
comite
76fe01a5b4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 ```