deleted: AUTOCOMPLETE.md

modified:   README.md
	modified:   install.sh
This commit is contained in:
xbl
2026-06-14 13:59:16 +02:00
parent 0666d33749
commit a87533fead
3 changed files with 252 additions and 242 deletions
+8
View File
@@ -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