Skip to content

Commit

Permalink
feat: bump swiftwave version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored Feb 24, 2024
1 parent 97f6e09 commit 75ad387
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Let's first install SwiftWave on your server. Because without SwiftWave, you can
```bash
# For Debian/Ubuntu based distros:
sudo apt update -y
sudo apt install curl git unzip tar -y
sudo apt install curl git unzip tar nfs-common -y

# For Fedora based distros:
sudo dnf install curl git unzip tar
sudo dnf install curl git unzip tar nfs-utils
```
4. Install docker (Skip this step if you already have docker installed)
```bash
Expand All @@ -33,15 +33,15 @@ Let's first install SwiftWave on your server. Because without SwiftWave, you can
2. Download SwiftWave binary
- For **AMD64** Architecture
```bash
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.0/swiftwave-1.0.0-linux-amd64.tar.gz -o swiftwave.tar.gz
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.1/swiftwave-1.0.1-linux-amd64.tar.gz -o swiftwave.tar.gz
```
- For **ARM64** Architecture
```bash
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.0/swiftwave-1.0.0-linux-arm64.tar.gz -o swiftwave.tar.gz
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.1/swiftwave-1.0.1-linux-arm64.tar.gz -o swiftwave.tar.gz
```
- For **386** Architecture
```bash
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.0/swiftwave-1.0.0-linux-386.tar.gz -o swiftwave.tar.gz
curl -L https://github.com/swiftwave-org/swiftwave/releases/download/1.0.1/swiftwave-1.0.1-linux-386.tar.gz -o swiftwave.tar.gz
```
3. Extract the gzip archive
```bash
Expand Down Expand Up @@ -126,4 +126,4 @@ You have forget or missed the auto-generated domain 😅 anyhow ? This is how yo
```
and check the `service.address_of_current_node` field in the config file.
:::
:::

0 comments on commit 75ad387

Please sign in to comment.