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

doc: update Lavender.Five snapshot link #238

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

hacheigriega
Copy link
Member

Updating Lavender.Five's snapshot link.
We will rely on this until we provide snapshots ourselves.

@@ -85,27 +85,28 @@ When connecting externally, choose a trustworthy node operator. Unscrupulous ope
### Running the Node Yourself

```
<!-- rename the downloaded binary to a simpler name -->
# Rename the downloaded binary to a simpler name.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add something like this?

Suggested change
# Rename the downloaded binary to a simpler name.
# Rename the downloaded binary to a simpler name.
export ARCH=$(uname -m)

Copy link
Member

@mariocao mariocao Apr 4, 2024

Choose a reason for hiding this comment

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

in linux amd_64, it returns x86_64

Copy link
Member

Choose a reason for hiding this comment

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

Maybe something like this:

export ARCH=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

@hacheigriega hacheigriega merged commit 62a93d4 into main Apr 4, 2024
17 checks passed
@hacheigriega hacheigriega deleted the hy/lavender-snapshot branch April 4, 2024 19:52
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.

2 participants