From 389c213e3557f79ca687ada3f0e0683f25415b2b Mon Sep 17 00:00:00 2001
From: Chapman Pendery <35637443+cpendery@users.noreply.github.com>
Date: Tue, 19 Sep 2023 17:46:52 -0400
Subject: [PATCH] docs: update readme
---
README.md | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 6be83c1..eb49b5d 100644
--- a/README.md
+++ b/README.md
@@ -2,36 +2,30 @@
clac provides IDE style autocomplete aka `inshellisense` in every shell
-https://github.com/cpendery/clac/assets/35637443/031599a2-5240-4b57-bcb1-a10ca8152b30
+

clac is built on Fig's [autocomplete specs](https://github.com/withfig/autocomplete) which
provide support for 600+ command line tools.
## Supported Integrations
-| Shells | IDEs | Terminals | OS |
-| ------------------ | ------------------ | --------------- | ------- |
-| zsh | Visual Studio Code | Terminal | Mac |
-| bash | JetBrains Suite | iTerm/iTerm2 | Windows |
-| pwsh (Powershell) | Android Studio | Hyper | Linux |
-| Windows Powershell | | Xterm.js & More |
+| Shells | IDEs | OS |
+| ------------------ | ------------------ | -------- |
+| zsh | Visual Studio Code | Mac |
+| bash | JetBrains Suite | Windows |
+| pwsh (Powershell) | Android Studio | Linux |
+| Windows Powershell | | |
## Getting Started
### Installation
-#### MacOS & Linux
+#### MacOS, Linux, & Windows
```shell
go install github.com/cpendery/clac@latest
```
-#### Windows
-
-```shell
-choco install clac
-```
-
### Quickstart
After completing the installation, bind `clac` to the terminal you'd like to use