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 1431135 commit 1575e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For all the command line snippets below that are to be executed in Terminal, the
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
mkdir tmp_upload; mkdir tmp_download; mkdir final; mkdir data
```
### Each time you resume (also after the first setup)
Expand Down

0 comments on commit 1575e4c

Please sign in to comment.