Skip to content

Commit 6d410f3

Browse files
committed
docs(readme): legacy version removal
1 parent ae1f7f1 commit 6d410f3

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ reports and feature requests.
3131
* [Service Proxies](#service-proxies)
3232
* [Using a Proxy](#using-a-proxy)
3333
* [SSL Configuration](#ssl-configuration)
34-
* [Legacy Version](#legacy-version)
3534

3635
## Requirements
3736

3837
* Node 6 LTS (latest)
3938
* npm 3+
4039

40+
:memo: We try our best to make sure the Ionic CLI works on the latest versions
41+
of Node and npm, as well.
42+
4143
## Install
4244

4345
```bash
@@ -251,14 +253,6 @@ $ ionic config set -g ssl.keyfile /path/to/keyfile # file path to a client key f
251253
:memo: The `cafile`, `certfile`, and `keyfile` entries can be manually edited
252254
as arrays of strings in `~/.ionic/config.json` to include multiple files.
253255

254-
## Legacy Version
255-
256-
The old version of the CLI can be installed with the `legacy` tag:
257-
258-
```bash
259-
npm install -g ionic@legacy
260-
```
261-
262256
[ionic-homepage]: https://ionicframework.com
263257
[ionic-docs]: https://ionicframework.com/docs
264258
[ionic-support]: https://ionicframework.com/support

0 commit comments

Comments
 (0)