From ce9e276ec396aa161045c5bdefe75d04648d1962 Mon Sep 17 00:00:00 2001 From: axell Date: Sun, 18 Feb 2024 22:27:15 +0100 Subject: [PATCH] add warning for install script --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a6c1a0..8a12cf0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # TerminalPilot An open source feature-rich terminal ## Platform support -Because were still in beta, its only officially supported on windows (but linux does work!). We are working to try to get it onto linux and macos soon. +TerminalPilot is available on Linux and Windows. There are builds for macos, but i havent tested them because i dont have a mac. ## Installing Warning: Terminalpilot is currently in beta, so there will be bugs. -Download a build artifact from the actions tab. if your on ubuntu/debian, you can run the install script: +Download a build artifact from the actions tab. ~~if your on ubuntu/debian, you can run the install script:~~ + +We no longer recommend the install script since it isnt updated. ``` curl -fsSL https://axell.me/install.sh | sh ```