Skip to content

Commit 15bcc6a

Browse files
committed
add install instructions back
1 parent 0f9cb08 commit 15bcc6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ Add this line to your application's Gemfile:
1010
gem 'mcp'
1111
```
1212

13+
And then execute:
14+
15+
```console
16+
$ bundle install
17+
```
18+
19+
Or install it yourself as:
20+
21+
```console
22+
$ gem install mcp
23+
```
24+
1325
You may need to add additional dependencies depending on which features you wish to access.
1426

1527
## Building an MCP Server

0 commit comments

Comments
 (0)