Skip to content

Commit

Permalink
Update Testing.md
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Marias <[email protected]>
  • Loading branch information
radumarias authored Jan 6, 2025
1 parent 2ef32fb commit 1431135
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/readme/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ For all the command line snippets below that are to be executed in Terminal, the
```
Press 1 and Enter on Rust installation, accepting all defaults.

If installation aborts, then run these
```bash
apt update
apt install rustc
rustc
```
8. Create needed folders and a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal:
> [!WARNING]
> If installation aborts, then run these:
> ```bash
> apt update
> apt install rustc
> rustc
> ```
8. After installing Rust, create needed folders and a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal:
```bash
mkdir tmp_upload && mkdir tmp_download && mkdir final && mkdir data
```
Expand Down

0 comments on commit 1431135

Please sign in to comment.