Skip to content

Move installer script into tools #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ a [pre-built release][releases] of emcee for your platform (Linux x86-64/i386/ar

```console
# fish
sh (curl -fsSL https://raw.githubusercontent.com/loopwork-ai/emcee/refs/heads/main/install.sh | psub)
sh (curl -fsSL https://raw.githubusercontent.com/loopwork-ai/emcee/refs/heads/main/tools/install.sh | psub)

# bash, zsh
sh <(curl -fsSL https://raw.githubusercontent.com/loopwork-ai/emcee/refs/heads/main/install.sh)
sh <(curl -fsSL https://raw.githubusercontent.com/loopwork-ai/emcee/refs/heads/main/tools/install.sh)
```

### Homebrew
Expand Down Expand Up @@ -276,7 +276,7 @@ emcee is licensed under the Apache License, Version 2.0.
[golang]: https://go.dev
[homebrew]: https://brew.sh
[homebrew-tap]: https://github.com/loopwork-ai/homebrew-tap
[installer]: https://github.com/loopwork-ai/emcee/blob/main/install.sh
[installer]: https://github.com/loopwork-ai/emcee/blob/main/tools/install.sh
[mcp]: https://modelcontextprotocol.io/
[mcp-clients]: https://modelcontextprotocol.info/docs/clients/
[mcp-inspector]: https://github.com/modelcontextprotocol/inspector
Expand Down
File renamed without changes.
Loading