Skip to content

Commit

Permalink
fix(reference): remove unnecessary backtick from the clone commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kabinspace authored and mehalter committed Apr 7, 2024
1 parent 1761a03 commit 63d72bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/reference/alt_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nvim --headless +q
1. Clone your configuration to `~/.config/nvim`, example using the AstroNvim template:

```sh
git clone https://github.com/AstroNvim/template ~/.config/nvim`
git clone https://github.com/AstroNvim/template ~/.config/nvim
```

2. Run the headless installation
Expand All @@ -41,7 +41,7 @@ Neovim v0.9 introduced a great new environment variable called `NVIM_APPNAME` wh
1. Clone your configuration to `~/.config/astronvim`, example using the AstroNvim template:

```sh
git clone https://github.com/AstroNvim/template ~/.config/astronvim`
git clone https://github.com/AstroNvim/template ~/.config/astronvim
```

2. Start the editor with `NVIM_APPNAME` environment variable set to `astronvim`
Expand Down

0 comments on commit 63d72bb

Please sign in to comment.