From 9db3e41e38a42c3fdc5129767dd7850abd6a045b Mon Sep 17 00:00:00 2001 From: Wil Thomason Date: Wed, 9 Jun 2021 13:51:22 -0400 Subject: [PATCH] Partially address #394 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3970b9cf..baa067ab 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,6 @@ if fn.empty(fn.glob(install_path)) > 0 then end ``` -Note that this will install `packer` as an `opt` plugin; if you want `packer` to be a `start` -plugin, you must modify the value of `install_path` in the above snippet. - ## Usage The above snippets give some examples of `packer` features and use. Examples include: