Skip to content

Commit

Permalink
Splits up the gem install command in the docs.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dkliban committed Feb 15, 2024
1 parent f84a6a5 commit 060f108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion staging_docs/user/guides/04-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Use the Gem Distribution's `base_url` as the value for the `--source` parameter.

=== "run"
```bash
gem install --clear-sources --source http://localhost:5001/pulp/content/rubygems/ pulpcore_client
gem install --clear-sources \
--source http://localhost:5001/pulp/content/rubygems/ pulpcore_client
```
=== "output"
```bash
Expand Down

0 comments on commit 060f108

Please sign in to comment.