Fix cp to be recursive

This commit is contained in:
A. Schueler 2020-09-25 08:16:56 +02:00 committed by GitHub
parent 318b8db282
commit 4aafe55541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ Run the following commands in the terminal. This also creates a backup for any p
```
git clone --depth 1 https://github.com/purhan/dotfiles.git
cp ~/.config/awesome ~/.config/awesome_backup
cp -r ~/.config/awesome ~/.config/awesome_backup
mv -a dotfiles/RICE/redhound/. ~/.config/awesome
rm -rf dotfiles
```