Skip to content

Commit 8485455

Browse files
committed
docs: update link command examples
1 parent c5e3c81 commit 8485455

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are using git you might want to add `.dots` to your `.gitignore`.
8181

8282
**2. Configuration :**
8383

84-
Toml bombadil needs a toml config file, along this readme we will call it `bombadil.toml`.
84+
Toml bombadil will read a config file named `bombadil.toml`.
8585

8686
```toml
8787
# {dotfiles}/bombadil.toml
@@ -110,12 +110,7 @@ For Bombadil to be able to run from any directory and use different config files
110110
`$XDG_CONFIG_DIR/bombadil.toml` :
111111

112112
```shell script
113-
bombadil install -c my_dotfiles/bombadil.toml
114-
```
115-
116-
If you want to switch to another config simply run :
117-
```shell script
118-
bombadil install -c my_dotfiles/bombadil-i3.toml
113+
bombadil install my_dotfiles/
119114
```
120115

121116
**4. Install template and symlink :**

website/content/docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For Bombadil to be able to run from any directory and use different config files
5252
`$XDG_CONFIG_DIR/bombadil.toml` :
5353

5454
```bash
55-
bombadil install -c my_dotfiles/bombadil.toml
55+
bombadil install my_dotfiles/
5656
```
5757

5858
⚠️ : Toml Bombadil will generate a copy of your dotfiles under `.dots`. If you use git to manage your dotfiles,

0 commit comments

Comments
 (0)