You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/erikw/nestedtext-ruby.git && cd $(basename "$_" .git)
332
+
```shell
333
+
git clone https://github.com/erikw/nestedtext-ruby.git && cd $(basename "$_" .git)
334
334
```
335
335
1. Install a supported ruby version (see .gemspec) with a ruby version manager e.g. [rbenv](https://github.com/rbenv/rbenv), [asdf](http://asdf-vm.com/) or [RVM](https://rvm.io/rvm/install)
336
336
1. run `$ script/setup` or `$ bundle install` to install dependencies
@@ -355,40 +355,40 @@ Instructions for releasing on rubygems.org below. Optionally make a GitHub [rele
355
355
356
356
## (manually) Using bundler/gem_tasks rake tasks
357
357
Following instructions from [bundler.io](https://bundler.io/guides/creating_gem.html#releasing-the-gem):
0 commit comments