You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,26 +32,26 @@ After making changes, you can use `cargo test` to run the test suite, `cargo fmt
32
32
33
33
If your host operating system is other than Fedora, following two ways are suggested for devlopement setup.
34
34
1.VSCODE remote containers
35
-
2.Toolbox
35
+
2.Toolbox
36
36
37
37
##### 1. VSCODE remote container setup:
38
38
39
39
Pre-requisites:
40
-
- Install VSCODE for your host operating system.
40
+
- Install VSCODE for your host operating system.
41
41
- Install ‘Remote-containers’ extension OR you can also install the ‘Remote Development’ extension which contains three extensions useful for remote container development.
42
42
- Download and install Docker Desktop for your operating system. You need to keep running docker desktop to use VSCODE container feature. Check docker status by running ‘docker info’ on command line.
43
43
44
44
Setup:
45
45
- Open VSCODE and enter ‘Remote-Containers: Clone Repository in Container Volume...’.
46
-
- Select ‘Github’ then enter the repository name and finally the branch name to be cloned. Make sure you clone repo in remote-containers option and not ‘Git clone repository’ which will clone locally and have your host system’ filesystem.
46
+
- Select ‘Github’ then enter the repository name and finally the branch name to be cloned. Make sure you clone repo in remote-containers option and not ‘Git clone repository’ which will clone locally and have your host system’ filesystem.
47
47
Repo name : fedora-iot/fido-device-onboard-rs or your forked fido repo name
48
48
Branch: main
49
49
- Once the repo is cloned ,it can be accessed via terminal/cmd line in the VSCODE debug console. (It might take a bit longer to download everything at first).
50
50
- Inside terminal, /workspaces/fido-device-onboard-rs (default directory) run following commands to build and run test suite after successful build:
51
51
```bash
52
52
cargo build
53
-
cargo test
54
-
```
53
+
cargo test
54
+
```
55
55
56
56
##### 2. ToolBox
57
57
@@ -67,9 +67,9 @@ You can find the name of the container using : 'toolbox list' command.
67
67
Once you enter tool , download required packages for fdo:
0 commit comments