From: Nicolas Coden Date: Mon, 13 Aug 2018 20:48:06 +0000 (+0200) Subject: docs: fix Foundation 6 CLI uninstallation note phrasing X-Git-Tag: v6.6.0~3^2~120^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11448%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix Foundation 6 CLI uninstallation note phrasing --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index da5c7f21d..0507335eb 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -182,7 +182,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem

Foundation 5 users: if you already have the Foundation 5 CLI on your machine, you will only be able to access one of the commands, depending on how your command line environment is configured.

-

To remove the Foundation 5 CLI, run gem uninstall foundation. After testing this new CLI, if you want to go back to the old CLI first remove the new CLI. To remove the Foundation 6 CLI, run npm uninstall foundation-cli --global.

+

To remove the Foundation 5 CLI, run gem uninstall foundation. After testing the Foundation 6 CLI, if you want to remove it to go back to the old CLI, run npm uninstall foundation-cli --global.

---