Skip to content

Commit

Permalink
Update Testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Dec 15, 2024
1 parent 0f353a8 commit b21a204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/readme/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre
6. Goto terminal in the browser version of the VSCode editor you're presented with. It should be at the bottom, or open it from the menu `Terminal -> New Terminal`
7. You can find the menu in the top left, with 3 lines icon
![image](https://github.com/user-attachments/assets/48681023-e450-49b3-8526-ec0323be0d40)
8. Install Rust and create a `tmp` folder, which we will use to copy files from our machine, by typing these in terminal:
8. Install Rust by pasting these in the terminal:
```bash
apt-get update && apt-get install fuse3
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Expand All @@ -36,7 +36,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre
apt install rustc
rustc
```
9. Run this in terminal:
9. Create a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal:
```bash
mkdir tmp && mkdir mnt && mkdir data
```
Expand Down

0 comments on commit b21a204

Please sign in to comment.