We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5adb88 commit e406e0eCopy full SHA for e406e0e
1 file changed
README.md
@@ -33,7 +33,7 @@ Get up and running in minutes:
33
# 1. Clone and build
34
git clone https://github.com/sfcompute/hardware_report.git
35
cd hardware_report
36
-nix build
+cargo build
37
38
# 2. Run hardware discovery
39
sudo ./result/bin/hardware_report
@@ -75,7 +75,15 @@ nix develop
75
cargo build --release
76
```
77
78
-### Option 3: Traditional Cargo Build
+### Option 3: Cargo Install
79
+
80
+```bash
81
+git clone https://github.com/sfcompute/hardware_report.git && cd hardware_report
82
+cargo install --path .
83
+sudo hardware_report
84
+```
85
86
+### Option 4: Traditional Cargo Build
87
88
**Ubuntu/Debian:**
89
```bash
0 commit comments