Skip to content

Commit 0e80c8a

Browse files
Merge pull request #22 from Elnora-AI/docs/eln-649-readme-os-split-and-skill-row
docs(readme): split per-OS install commands and add elnora-agent skill row
2 parents e8f3037 + f26ad0d commit 0e80c8a

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,30 @@ There are three paths, depending on your setup. Path 1 is recommended.
88

99
### Path 1: CLI + Plugin (recommended)
1010

11-
One command installs everything — CLI, plugin (skills + MCP), authentication:
11+
One command installs everything — CLI, plugin (skills + MCP), authentication. Pick the line for your OS or package manager:
12+
13+
**macOS / Linux**
14+
15+
```bash
16+
curl -fsSL https://cli.elnora.ai/install.sh | bash
17+
```
18+
19+
**Windows**
20+
21+
```powershell
22+
irm https://cli.elnora.ai/install.ps1 | iex
23+
```
24+
25+
**npm (any OS with Node.js 20+)**
26+
27+
```bash
28+
npm install -g @elnora-ai/cli
29+
```
30+
31+
**Homebrew (macOS / Linux)**
1232

1333
```bash
14-
curl -fsSL https://cli.elnora.ai/install.sh | bash # macOS/Linux
15-
irm https://cli.elnora.ai/install.ps1 | iex # Windows
16-
npm install -g @elnora-ai/cli # npm
17-
brew install elnora-ai/cli/elnora # Homebrew
34+
brew install elnora-ai/cli/elnora
1835
```
1936

2037
The installer prompts for your API key, then `elnora setup claude` registers the plugin. First MCP use triggers OAuth (one browser click), then cached.
@@ -127,6 +144,7 @@ The Elnora MCP server supports two authentication methods:
127144
| `elnora-folders` | Create, rename, move, and delete project folders |
128145
| `elnora-search` | Search across files, tasks, and all resources in the platform |
129146
| `elnora-admin` | Manage API keys, audit logs, and administrative operations |
147+
| `elnora-agent` | Run scientific tools and literature lookups (PubMed, ArXiv, web search) via the cloud agent |
130148

131149
## Links
132150

0 commit comments

Comments
 (0)