Selaa lähdekoodia

fix alignment of comment in bash script snippet

Daniel Sheffield 5 päivää sitten
vanhempi
sitoutus
76fe01a5b4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 ```