diff --git a/README.md b/README.md index f5b5787..56f3936 100644 --- a/README.md +++ b/README.md @@ -54,23 +54,6 @@ chmod +x agish sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ``` -# Development - -``` -git clone https://github.com/Flux159/agentic-shell.git -cd agentic-shell -npm install -cp .env.local.example .env.local -# Update .env.local with your API keys -npm run dev -``` - -# Building - -``` -npm run build -``` - # Usage In your shell, make sure you have the following environment variable is set. @@ -119,6 +102,23 @@ Build up a directory of test suites for LLMs in a directory & run all of them ag find tests/ -type f -exec agish < {} \; ``` +# Development + +``` +git clone https://github.com/Flux159/agentic-shell.git +cd agentic-shell +npm install +cp .env.local.example .env.local +# Update .env.local with your API keys +npm run dev +``` + +# Building + +``` +npm run build +``` + ### License [MIT License](https://github.com/Flux159/agentic-shell/blob/main/LICENSE)