From: Lionel Date: Sat, 25 Aug 2018 20:33:42 +0000 (+0200) Subject: Use pull request #11448 from melek/patch-1 for v6.5.0 X-Git-Tag: v6.5.0-rc.3^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86328e8669685df91e97a07dde6d19b7b42e9e9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11448 from melek/patch-1 for v6.5.0 47264afbf Update installation.md 9e5f5e228 docs: fix Foundation 6 CLI uninstallation note phrasing Co-Authored-By: Nicolas Coden Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 148a5e949..510049598 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. 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.

---