From 184c1230e0ba549bebbb12d43633084b409c6230 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Thu, 9 Mar 2017 15:10:11 -0800 Subject: Cleanup 8.17 to 9.0 doc with review suggestions Fix redundant wording. Clean up code blocks and links. --- doc/update/8.17-to-9.0.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md index 277d24f989f..e268a7c12ef 100644 --- a/doc/update/8.17-to-9.0.md +++ b/doc/update/8.17-to-9.0.md @@ -62,15 +62,15 @@ from source at the nodejs.org website. -Since GitLab 8.17, GitLab requires the use of yarn yarn >= v0.17.0 to manage -javascript dependencies. +Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage +JavaScript dependencies. - # install yarn - curl --location https://yarnpkg.com/install.sh | bash - - -More information can be found on the yarnpkg.com website. +```bash +# install yarn +curl --location https://yarnpkg.com/install.sh | bash - +``` - +More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install). ### 5. Get latest code -- cgit v1.2.1