-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from gowthamsk-arm/minor_updates
Update quickstart info and release version
- Loading branch information
Showing
5 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Docker | ||
|
||
TODO | ||
Please refer to the [installation | ||
guide](installation_options.md#option-3-use-a-quickstart-docker-image). | ||
|
||
*Copyright 2021 Contributors to the Parsec project.* | ||
*Copyright 2021-2023 Contributors to the Parsec project.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,21 @@ cryptogpraohy. Use this short guide to get familiar with basic use of the most c | |
|
||
## Installing the Parsec Command-Line Tool | ||
|
||
To use this guide, you need to have `parsec-tool` installed or built. Use the Parsec [installation | ||
guide](installation_options.md) to learn how to do this. | ||
To use this guide, you need to have `parsec-tool` installed or built. | ||
|
||
For installing, use the following command: | ||
|
||
``` | ||
cargo install parsec-tool | ||
``` | ||
|
||
For building it, use the following commands: | ||
|
||
``` | ||
git clone [email protected]:parallaxsecond/parsec-tool.git | ||
cd parsec-tool | ||
cargo build | ||
``` | ||
|
||
To run the example commands in this guide, you will also need to ensure that the `parsec-tool` | ||
application is available on your `$PATH`. If you installed the tool using a package manager, then | ||
|
@@ -485,7 +498,7 @@ The output will be similar to the following: | |
``` | ||
[INFO ] Generating 8 random bytes... | ||
[INFO ] Random bytes: | ||
4B 9B FB 11 55 D9 7F 41 | ||
4B 9B FB 11 55 D9 7F 41 | ||
``` | ||
|
||
Vary the `--nbytes` argument to generate random sequences of different sizes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters