From cab43626bd24c067e475f76c4336b2241bd96961 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sun, 26 Sep 2021 19:34:36 -0400 Subject: [PATCH] remove $ from commands in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35ba441..a9d868c 100644 --- a/README.md +++ b/README.md @@ -16,26 +16,26 @@ pacman -S stow # arch based distros ### Cloning this repo ```sh -$ git clone https://github.com/lemonase/dotfiles.git -$ cd dotfiles/files +git clone https://github.com/lemonase/dotfiles.git +cd dotfiles/files ``` ### Installing ```sh -$ stow --target="$HOME" * +stow --target="$HOME" * ``` ### Uninstalling ```sh -$ stow --delete * +stow --delete * ``` ### Repair Links ```sh -$ stow --restow * +stow --restow * ``` If there are no errors, everything in that directory should be symlinked.