[rubygems/rubygems] Change new gem README template to have copyable code blocks
https://github.com/rubygems/rubygems/commit/c805e9b558
This commit is contained in:
parent
d450f9d6a2
commit
7061359564
@ -10,11 +10,15 @@ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_O
|
|||||||
|
|
||||||
Install the gem and add to the application's Gemfile by executing:
|
Install the gem and add to the application's Gemfile by executing:
|
||||||
|
|
||||||
$ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
```bash
|
||||||
|
bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
||||||
|
```
|
||||||
|
|
||||||
If bundler is not being used to manage dependencies, install the gem by executing:
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
||||||
|
|
||||||
$ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
```bash
|
||||||
|
gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user