Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node install instruction #5009

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/install/installing-via-nvm.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/install/installing-via-nvs.md

This file was deleted.

6 changes: 4 additions & 2 deletions docs/install/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

Installing AutoRest on Windows, MacOS or Linux involves two steps:

1. **Install [Node.js](https://nodejs.org/en/)** (12.19.x LTS preferred. May not function with Node < 10.x.)
1. **Install [Node.js](https://nodejs.org/en/)** (LTS preferred, only version currently supported by node will be supported)

> if you want an easy way to install and update Node, I recommend [NVS - Node Version Switcher](./installing-via-nvs.md) or [NVM - Node Version Manager](./installing-via-nvm.md)
> You can use `nvm`
- [linux or osx](https://github.com/nvm-sh/nvm)
- [windows](https://github.com/coreybutler/nvm-windows) version

2. **Install AutoRest** using `npm`

Expand Down
Loading