From 38cf0957b6c54177abebdf8383d05376c55d61d9 Mon Sep 17 00:00:00 2001 From: amaya Date: Tue, 28 Jan 2020 18:02:58 +0900 Subject: [PATCH] :bookmark: 0.0.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3fc1bb3..e33c086 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Just use `*rc` commands instead of original commands ### Setup ```sh -# Will be installed into /usr/local/bin -# DIR: Where to install -# FORCE: Override .anyrc or not -curl -sSL https://github.com/amaya382/anyrc/raw/master/install.sh | DIR=/usr/local/bin bash +# If you want to install the latest version, change 0.0.1 to master in the url +# DIR: Where to install (default: /usr/local/bin) +# FORCE: If defined, override .anyrc (default: undefined) +curl -sS https://raw.githubusercontent.com/amaya382/anyrc/0.0.1/install.sh | DIR=/usr/local/bin bash # Put your dotfiles or create symlinks of them into $HOME/.anyrc.d ln -s /path/to/your/dotfiles/.dotfile $HOME/.anyrc.d/.dotfile