-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove curl from the prerequisites #898
Conversation
Deploying with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think curl
is more standard for this kind of thing (e.g., note its use below for installing Docker), but really we should just defer to the nvm instructions (which cover both utilities).
|
||
</details> | ||
|
||
|
||
### Installing NVM and Node | ||
<details> | ||
<summary>Installing NVM and Node on Ubuntu</summary> | ||
|
||
At this point the Node Version Manager (NVM) utility will be installed. `nvm` makes it easy to select the specific version of [Node](https://nodejs.org/) that will be required for this tutorial (v18.16.0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point the Node Version Manager (NVM) utility will be installed. `nvm` makes it easy to select the specific version of [Node](https://nodejs.org/) that will be required for this tutorial (v18.16.0). | |
At this point the [Node Version Manager](https://github.com/nvm-sh/nvm) (NVM) utility will be installed. `nvm` makes it easy to select the specific version of [Node](https://nodejs.org/) that will be required for this tutorial (v18.16.0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me, let's go with wget!
Co-authored-by: Richard Gibson <[email protected]>
Considering wget is by default installed on most OSes. Let's use it and remove curl from the
Prerequisites
.