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

docs: Updates to getting-started guides #45

Merged
merged 3 commits into from
Sep 5, 2023

Conversation

Bobinstein
Copy link
Contributor

Added system requirements, updated yarn install instructions to work on ubuntu v22, separated required and recommended package installations on linux, minor wording/formatting updates.


8. Install git:
11. Install GCC:
Copy link
Collaborator

Choose a reason for hiding this comment

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

This could simplified. The build-essential package includes gcc, g++, and make.

```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.bashrc
```

6. Install Node.js:

10. Install Node.js:
```
nvm install 16.15.1
Copy link

Choose a reason for hiding this comment

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

Curiosity. Why not node >= 18?

Copy link
Collaborator

@djwhitt djwhitt Sep 5, 2023

Choose a reason for hiding this comment

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

@IgorMW We test ar.io on 16. 18 should work too. We just haven't switched to it yet.

@djwhitt djwhitt merged commit 0945db9 into ar-io:develop Sep 5, 2023
1 check passed
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