docs: update README to include collapsible sections for macOS, Linux, and Windows installation instructions
This commit is contained in:
parent
778315fdaf
commit
d3da59e295
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
|
@ -64,9 +64,9 @@ npx -y @chaindead/telegram-mcp
|
||||||
```
|
```
|
||||||
|
|
||||||
### From Releases
|
### From Releases
|
||||||
<details>
|
|
||||||
|
|
||||||
#### macOS
|
<details>
|
||||||
|
<summary><h4>macOS</h4></summary>
|
||||||
|
|
||||||
> **Note:** The commands below install to `/usr/local/bin`. To install elsewhere, replace `/usr/local/bin` with your preferred directory in your PATH.
|
> **Note:** The commands below install to `/usr/local/bin`. To install elsewhere, replace `/usr/local/bin` with your preferred directory in your PATH.
|
||||||
|
|
||||||
|
|
@ -92,8 +92,10 @@ sudo chmod +x /usr/local/bin/telegram-mcp
|
||||||
# Clean up
|
# Clean up
|
||||||
rm telegram-mcp.tar.gz
|
rm telegram-mcp.tar.gz
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
#### Linux
|
<details>
|
||||||
|
<summary><h4>Linux</h4></summary>
|
||||||
|
|
||||||
> **Note:** The commands below install to `/usr/local/bin`. To install elsewhere, replace `/usr/local/bin` with your preferred directory in your PATH.
|
> **Note:** The commands below install to `/usr/local/bin`. To install elsewhere, replace `/usr/local/bin` with your preferred directory in your PATH.
|
||||||
|
|
||||||
|
|
@ -119,14 +121,16 @@ sudo chmod +x /usr/local/bin/telegram-mcp
|
||||||
# Clean up
|
# Clean up
|
||||||
rm telegram-mcp.tar.gz
|
rm telegram-mcp.tar.gz
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h4>Windows</h4></summary>
|
||||||
|
|
||||||
#### Windows
|
|
||||||
1. Download the latest release for your architecture:
|
1. Download the latest release for your architecture:
|
||||||
- [Windows x64](https://github.com/chaindead/telegram-mcp/releases/latest/download/telegram-mcp_Windows_x86_64.zip)
|
- [Windows x64](https://github.com/chaindead/telegram-mcp/releases/latest/download/telegram-mcp_Windows_x86_64.zip)
|
||||||
- [Windows ARM64](https://github.com/chaindead/telegram-mcp/releases/latest/download/telegram-mcp_Windows_arm64.zip)
|
- [Windows ARM64](https://github.com/chaindead/telegram-mcp/releases/latest/download/telegram-mcp_Windows_arm64.zip)
|
||||||
2. Extract the `.zip` file
|
2. Extract the `.zip` file
|
||||||
3. Add the extracted directory to your PATH or move `telegram-mcp.exe` to a directory in your PATH
|
3. Add the extracted directory to your PATH or move `telegram-mcp.exe` to a directory in your PATH
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue