Strings
This commit is contained in:
parent
c2d827ba30
commit
f4da6f23ae
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ when setting up a new machine.
|
||||||
take chunks you like instead! Backup your files first!
|
take chunks you like instead! Backup your files first!
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://git.lyte.dev/lytedev/dotfiles.git ~/.config/dotfiles
|
git clone 'https://git.lyte.dev/lytedev/dotfiles.git' '~/.config/dotfiles'
|
||||||
cd ~/.config/dotfiles && ./setup.bash # follow the instructions!
|
cd '~/.config/dotfiles' && ./setup.bash # follow the instructions!
|
||||||
```
|
```
|
||||||
|
|
||||||
## Priorities
|
## Priorities
|
||||||
|
|
Reference in a new issue