Skip to content

Commit

Permalink
Update quickstart bundle path to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Oct 26, 2023
1 parent f6c5276 commit 98eec99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/getting_started/installation_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ ldd --version

### Download the Latest Quick-Start Release Bundle

Run the following command to download and unpack the `quickstart-1.2.0-linux_x86_64` folder.
Run the following command to download and unpack the `quickstart-1.3.0-linux-x86_64` folder.

```
curl -s -N -L https://github.com/parallaxsecond/parsec/releases/download/1.2.0/quickstart-1.2.0-linux_x86_64.tar.gz | tar xz
curl -s -N -L https://github.com/parallaxsecond/parsec/releases/download/1.3.0/quickstart-1.3.0-linux-x86_64.tar.gz | tar xz
```

The resulting directory contains the following structure

```
quickstart-1.2.0-linux_x86_64
quickstart-1.3.0-linux-x86_64
├── bin
│ ├── parsec # The parsec binary
│ └── parsec-tool # The parsec client tool
Expand All @@ -144,11 +144,11 @@ quickstart-1.2.0-linux_x86_64
└── parsec-cli-tests.sh # Standard parsec-tool tests
```

The following examples assume you've navigated to the `quickstart-1.2.0-linux_x86_64/quickstart`
The following examples assume you've navigated to the `quickstart-1.3.0-linux-x86_64/quickstart`
directory, so let's do that now.

```
cd quickstart-1.2.0-linux_x86_64/quickstart
cd quickstart-1.3.0-linux-x86_64/quickstart
```

### Configure Your Environment
Expand Down Expand Up @@ -242,7 +242,7 @@ export PARSEC_SERVICE_ENDPOINT="unix:$(pwd)/parsec.sock"

If parsec-tool is not installed into a directory included in `PATH`, then you also need to define
the `PARSEC_TOOL` environment variable with a full path to it. Assuming the current working
directory is `quickstart-1.2.0-linux_x86_64/quickstart`:
directory is `quickstart-1.3.0-linux-x86_64/quickstart`:

```
export PARSEC_TOOL="$(pwd)/../bin/parsec-tool"
Expand Down

0 comments on commit 98eec99

Please sign in to comment.