From be99e9da187a3d41bcf7644490748ef24bae2687 Mon Sep 17 00:00:00 2001 From: Tobias Sachs Date: Mon, 7 Nov 2022 09:46:22 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ccd901..ac1c44b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Get started: - git clone https://src.twobees.de/git/dotfiles ~/dotfiles + git clone https://src.twobees.de/git/dotfiles $HOME/dotfiles ## install stuff on debian: - cd ~/dotfiles/install + cd $HOME/dotfiles/install sudo apt-get install `cat basic` `cat ui` or without ui stuff @@ -14,11 +14,11 @@ or without ui stuff ## setup dotfiles: linux: - cd ~/dotfiles/stow + cd $HOME/dotfiles/stow stow -v -t ~/ */ windows: - cd ~/dotfiles/install/ + cd $HOME/dotfiles/install/ init_win.ps1 -- 2.39.2