From a73eab63f302aacfa17bf86445f1636ed8d89706 Mon Sep 17 00:00:00 2001 From: Aubrey Portwood Date: Fri, 7 Apr 2023 10:43:21 -0600 Subject: [PATCH] Remove changelog and move notes above. --- README.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index f33ff5a..c64d0d8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ require "git" "brew install git" "brew" Will only run `brew install git` if the command `git` is missing and `brew` is available to install it. +- Add `export REQUIRE_AUTO_INSTALL="off"` to `~/.zshrc` to turn off auto installation of `require`. + ## Install Using [antigen](https://github.com/zsh-users/antigen): @@ -32,30 +34,4 @@ Install the package on `master`: antigen bundle ssh://git@github.com/aubreypwd/zsh-plugin-require ``` -...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-require`. - ---- - -## Changelog - -Changelogs beyond these versions were moved to Github releases. - -### 1.0.2 - -- Add `export REQUIRE_AUTO_INSTALL="off"` to `~/.zshrc` to turn off auto installation of requires - -### 1.0.1 - -- Added a 3rd option to specify a package manager's command be required, e.g. - -```bash -require "foo" "brew reinstall bar" "brew" -``` - -This will run `brew reinstall bar` if the `foo` command is not found, only if the `brew` command is found (e.g. the `brew` homebrew package manager command), vs: - -```bash -require "foo" "/bin/bash -c $(curl -fsSL https://example.com/install.sh)" -``` - -Which will run `/bin/bash -c $(curl -fsSL https://example.com/install.sh)` reguardless if any command without performing any checks (as it did before, and you can still do). +...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-require`. \ No newline at end of file