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

Remove curl from the prerequisites #898

Merged
merged 3 commits into from
Jan 9, 2024
Merged

Remove curl from the prerequisites #898

merged 3 commits into from
Jan 9, 2024

Conversation

toliaqat
Copy link
Contributor

Considering wget is by default installed on most OSes. Let's use it and remove curl from the Prerequisites.

Copy link

cloudflare-workers-and-pages bot commented Dec 20, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a068a6b
Status: ✅  Deploy successful!
Preview URL: https://e8fdce8c.documentation-7tp.pages.dev
Branch Preview URL: https://tl-remove-curl-pre.documentation-7tp.pages.dev

View logs

@toliaqat toliaqat changed the title Remove curl frin prerequisites Remove curl from the prerequisites Dec 21, 2023
Copy link
Member

@gibson042 gibson042 left a 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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).

Copy link
Contributor

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!

main/guides/getting-started/README.md Outdated Show resolved Hide resolved
@toliaqat toliaqat merged commit 47b86cf into main Jan 9, 2024
4 checks passed
@toliaqat toliaqat deleted the tl-remove-curl-pre branch January 9, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants