Fix typo
This commit is contained in:
parent
bb209bd17f
commit
30dc7d5788
1 changed files with 2 additions and 3 deletions
|
@ -30,8 +30,7 @@ The following will help you get set up using Dotbot in just a few steps.
|
||||||
If you're using Git, you can add Dotbot as a submodule:
|
If you're using Git, you can add Dotbot as a submodule:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# replace with the path to your dotfiles
|
cd ~/.dotfiles # replace with the path to your dotfiles
|
||||||
cd ~/.dotfiles
|
|
||||||
git submodule add https://github.com/anishathalye/dotbot
|
git submodule add https://github.com/anishathalye/dotbot
|
||||||
cp dotbot/tools/git-submodule/install .
|
cp dotbot/tools/git-submodule/install .
|
||||||
touch install.conf.yaml
|
touch install.conf.yaml
|
||||||
|
@ -40,7 +39,7 @@ touch install.conf.yaml
|
||||||
If you're using Mercurial, you can add Dotbot as a subrepo:
|
If you're using Mercurial, you can add Dotbot as a subrepo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# replace with the path to your dotfiles
|
cd ~/.dotfiles # replace with the path to your dotfiles
|
||||||
echo "dotbot = [git]https://github.com/anishathalye/dotbot" > .hgsub
|
echo "dotbot = [git]https://github.com/anishathalye/dotbot" > .hgsub
|
||||||
hg add .hgsub
|
hg add .hgsub
|
||||||
git clone https://github.com/anishathalye/dotbot
|
git clone https://github.com/anishathalye/dotbot
|
||||||
|
|
Loading…
Reference in a new issue