summaryrefslogtreecommitdiffstats
path: root/compile-all-targets.sh
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-07-30 17:48:48 +0200
committerCanop <cano.petrole@gmail.com>2023-07-30 17:48:48 +0200
commit2d65e7c3df367604d4710b8095514829f7a49165 (patch)
treed6baaa8e4cfea9bc3660d532f3741d3ef975a1b3 /compile-all-targets.sh
parentb37efb10bccf52611f97193bf2bde5657f7dff71 (diff)
clean archive compile file
Diffstat (limited to 'compile-all-targets.sh')
-rwxr-xr-xcompile-all-targets.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/compile-all-targets.sh b/compile-all-targets.sh
index 7b10925..8ab2e40 100755
--- a/compile-all-targets.sh
+++ b/compile-all-targets.sh
@@ -76,14 +76,7 @@ echo " Done"
# add a summary of content
echo '
-This archive contains pre-compiled binaries:
-
-x86_64-linux/broot : standard Linux, clipboard support, most optimized
-aarch64-linux-android/broot : Android, clipboard support
-x86_64-unknown-linux-gnu : Linux/glibc, no clipboard support, compatible with older GLIBC
-x86_64-unknown-linux-musl : Linux/musl, no clipboard support
-armv7-unknown-linux-gnueabihf : Raspberry | no clipboard support
-x86_64-pc-windows-gnu : Windows 10+, clipboard support
+This archive contains pre-compiled binaries.
For more information, or if you prefer to compile yourself, see https://dystroy.org/broot/install
' > build/install.md