deleted: AUTOCOMPLETE.md
modified: README.md modified: install.sh
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
#
|
||||
# qlpycon installer
|
||||
# Usage:
|
||||
# pipe2bash:
|
||||
# curl -sSL https://6bit.ch/qlpycon/install.sh | bash
|
||||
#
|
||||
# local:
|
||||
# mkdir qlpycon
|
||||
# cd qlpycon
|
||||
# chmod u+x install.sh
|
||||
# ./install.sh
|
||||
#
|
||||
# or run directly from cloned repo:
|
||||
# git clone https://git.6bit.ch/xbl/qlpycon.git
|
||||
# cd qlpycon
|
||||
@@ -111,6 +118,7 @@ write_launcher() {
|
||||
|
||||
mkdir -p "$BIN_DIR"
|
||||
|
||||
echo "BIN_PATH is: $BIN_PATH"
|
||||
cat > "$BIN_PATH" << EOF
|
||||
#!/usr/bin/env bash
|
||||
# qlpycon launcher — generated by install.sh
|
||||
|
||||
Reference in New Issue
Block a user