Skip to content

Commit

Permalink
Merge pull request #165 from tgonzalezorlandoarm/tg/improvements
Browse files Browse the repository at this point in the history
Improvements on documentation
  • Loading branch information
gowthamsk-arm authored Mar 27, 2024
2 parents c1a937b + 99366c8 commit 470bb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/getting_started/parsec_tool_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo install parsec-tool
For building it, use the following commands:

```
git clone git@github.com:parallaxsecond/parsec-tool.git
git clone https://github.com/parallaxsecond/parsec-tool.git
cd parsec-tool
cargo build
```
Expand Down
2 changes: 1 addition & 1 deletion src/parsec_service/build_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ sudo apt install protobuf-compiler

The Parsec service can be cross-compiled to other target triplets. You might need to install a
cross-compilation C toolchain for the target you want to compile for. The default ones are indicated
in the `.cargo/config` file.
in `parsec-service-test-cross-compile.Dockerfile`.

*Copyright 2022 Contributors to the Parsec project.*

0 comments on commit 470bb6c

Please sign in to comment.