From 9fced20f0cebf27c8ae40bbcc8fad20758e92f4b Mon Sep 17 00:00:00 2001 From: Kye Gomez <98760976+kyegomez@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:13:26 -0400 Subject: [PATCH] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 4a39b0219..a7aa6dd54 100644 --- a/README.md +++ b/README.md @@ -88,33 +88,6 @@ You can also run this command for help: swarms help ``` -### Output - -```bash - - _________ - / _____/_ _ _______ _______ _____ ______ - \_____ \ \/ \/ /\__ \_ __ \/ \ / ___/ - / \ / / __ \| | \/ Y Y \___ \ -/_______ / \/\_/ (____ /__| |__|_| /____ > - \/ \/ \/ \/ - - - - Swarms CLI - Help - - Commands: - onboarding : Starts the onboarding process - help : Shows this help message - get-api-key : Retrieves your API key from the platform - check-login : Checks if you're logged in and starts the cache - read-docs : Redirects you to swarms cloud documentation! - run-agents : Run your Agents from your agents.yaml - - For more details, visit: https://docs.swarms.world - -``` - For more documentation on the CLI [CLICK HERE](https://docs.swarms.world/en/latest/swarms/cli/main/) ---