From: AJ ONeal Date: Mon, 22 Mar 2021 18:53:28 +0000 (+0000) Subject: vim-ale: add mkdir X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=762d7a7f87c65110ac45a4405a237c9710234271 vim-ale: add mkdir --- diff --git a/vim-ale/README.md b/vim-ale/README.md index a4b226d..45e4657 100644 --- a/vim-ale/README.md +++ b/vim-ale/README.md @@ -20,6 +20,7 @@ This installer includes a few reasonable defaults. ### How to install and configure manually ```bash +mkdir -p ~/.vim/pack/plugins/start/ git clone --depth=1 https://github.com/dense-analysis/ale.git ~/.vim/pack/plugins/start/ale ```