docs: clarify bootstrap script
This commit is contained in:
parent
3d39ce3c44
commit
3d5de5c64d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
# Installs the Neovim config only; Neovim itself must already be installed.
|
||||
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}" && git clone https://git.sailorpunisher.com/sailor/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}/nvim"
|
||||
|
|
|
|||
Loading…
Reference in a new issue