Skip to content

Commit

Permalink
Merge pull request #275 from availproject/staging
Browse files Browse the repository at this point in the history
Pushing urgent fix to error in LC running instructions
  • Loading branch information
Genesis3800 authored Apr 1, 2024
2 parents b0de807 + a04b426 commit d8bc70c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
For linux machines that run on `x86_64` based Intel or `amd64` based AMD processors, run:

```sh
./avail-light-linux-amd64.tar.gz --network goldberg
./avail-light-linux-amd64 --network goldberg
```
</Tabs.Tab>

<Tabs.Tab>
For linux machines that run on `arm64` based processors, run:

```sh
./avail-light-linux-arm64.tar.gz --network goldberg
./avail-light-linux-arm64 --network goldberg
```
</Tabs.Tab>

Expand All @@ -163,15 +163,15 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
For MacOS machines that run on `x86_64` based Intel processors, run:

```sh
./avail-light-apple-x86_64.tar.gz --network goldberg
./avail-light-apple-x86_64 --network goldberg
```
</Tabs.Tab>

<Tabs.Tab>
For MacOS machines that run on newer `arm64` based M-series processors, run:

```sh
./avail-light-apple-arm64.tar.gz --network goldberg
./avail-light-apple-arm64 --network goldberg
```
</Tabs.Tab>

Expand Down

0 comments on commit d8bc70c

Please sign in to comment.