From 66e038d443310315e23feb939b3ca28c2a67e236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ferech?= Date: Sun, 29 Aug 2021 23:20:58 +0200 Subject: [PATCH] Add --create-dirs option to flatpak installation instrictions (#1126) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8899a59..09f562d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. ###### Linux (Flatpak) ```sh -curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \ +curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ```