File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ curl -sSfL https://raw.githubusercontent.com/rpgeeganage/lazy-tool/main/install.
5151Override the install directory (default ` ./bin ` ):
5252
5353``` bash
54- INSTALL_DIR=/usr/local/bin curl -sSfL https://raw.githubusercontent.com/rpgeeganage/lazy-tool/main/install.sh | sh
54+ curl -sSfL https://raw.githubusercontent.com/rpgeeganage/lazy-tool/main/install.sh | INSTALL_DIR=/usr/local/bin sh
5555```
5656
5757### Go install
Original file line number Diff line number Diff line change 44# lazy-tool installer
55# Usage:
66# curl -sSfL https://raw.githubusercontent.com/rpgeeganage/lazy-tool/main/install.sh | sh
7- # INSTALL_DIR=/usr/local/bin curl -sSfL ... | sh
7+ # curl -sSfL ... | INSTALL_DIR=/usr/local/bin sh
88
99REPO=" rpgeeganage/lazy-tool"
1010INSTALL_DIR=" ${INSTALL_DIR:- ./ bin} "
You can’t perform that action at this time.
0 commit comments