From d649a7c70b0c78380a705abcad8d21d590c4bdd0 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Mon, 15 Dec 2025 10:11:08 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a284e54..12740cd 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,15 @@ Strix are autonomous AI agents that act just like real hackers - they run your c **Prerequisites:** - Docker (running) -- Python 3.12+ - An LLM provider key (e.g. [get OpenAI API key](https://platform.openai.com/api-keys) or use a local LLM) ### Installation & First Scan ```bash # Install Strix +curl -sSL https://strix.ai/install | bash + +# Or via pipx pipx install strix-agent # Configure your AI provider @@ -192,14 +194,14 @@ jobs: - uses: actions/checkout@v6 - name: Install Strix - run: pipx install strix-agent + run: curl -sSL https://strix.ai/install | bash - name: Run Strix env: STRIX_LLM: ${{ secrets.STRIX_LLM }} LLM_API_KEY: ${{ secrets.LLM_API_KEY }} - run: strix -n -t ./ + run: strix -n -t ./ --scan-mode quick ``` ### ⚙️ Configuration