Skip to content

Commit b56fca8

Browse files
authored
Merge pull request #297 from crweiner/gem-install-update
Ruby SDK: Remove --save flag from gem install command
2 parents 699f44d + ec9f52a commit b56fca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ruby/README.md.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
To install via [Gem](https://rubygems.org/):
2626

2727
```bash
28-
gem install {{ language.params.gemPackage }} --save
28+
gem install {{ language.params.gemPackage }}
2929
```
3030

3131
{% if sdk.gettingStarted %}
@@ -39,4 +39,4 @@ This library is auto-generated by Appwrite custom [SDK Generator](https://github
3939

4040
## License
4141

42-
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.
42+
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.

0 commit comments

Comments
 (0)