summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-14 11:33:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-14 11:33:56 -0400
commitf72c2dfd90f98cfbd678d3d957e3d104237ab15b (patch)
treeee8b3415438f4df071c730bfd18017cb8da43474
parentc0aa58b4f79ac334667a8c24541c69db89475c4f (diff)
readme: touch up README
Make the wording consistent.
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index c15a3cd4..58b7fadf 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,10 @@ If you run Debian Buster (currently Debian testing) or Debian sid, ripgrep is
$ sudo apt-get install ripgrep
```
-From Cosmic (18.10), ripgrep is also [available in Ubuntu](https://launchpad.net/ubuntu/+source/rust-ripgrep) (same packaging as Debian).
+If you're an **Ubuntu Cosmic (18.10)** (or newer) user, ripgrep is
+[available](https://launchpad.net/ubuntu/+source/rust-ripgrep) using the same
+packaging as Debian:
+
```
$ sudo apt-get install ripgrep
```