Skip to content

Commit

Permalink
Fix commands in quickstart guide
Browse files Browse the repository at this point in the history
The "cd" command changes the directory to "quickstart" so
these commands are updated.

Signed-off-by: Gowtham Suresh Kumar <[email protected]>
  • Loading branch information
gowthamsk-arm committed Apr 5, 2023
1 parent 356b379 commit 385562a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getting_started/installation_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export PATH=${PATH}:$(pwd)/../bin
Start the Parsec service with this command:

```
./parsec &
parsec &
```

You should see some lines of console output as the service starts, ending with the following:
Expand All @@ -187,7 +187,7 @@ You should see some lines of console output as the service starts, ending with t
You can now use the `parsec-tool` to check that the service is running:

```
./parsec-tool ping
parsec-tool ping
```

If the Parsec components are correctly downloaded and running, you should see output similar to the
Expand Down

0 comments on commit 385562a

Please sign in to comment.