Skip to content

Commit ff3c875

Browse files
Update installation instructions for PowerSensor3 (#203)
Added missing 'cd build' command in installation instructions.
1 parent 0d24c78 commit ff3c875

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/INSTALLATION_HOST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ After installing the physical device and firmware (see [this guide](INSTALLATION
55
The PowerSensor3 host library can be built with cmake. Make sure you have a C++ compiler installed and run the following commands in the `host` directory to build and install to the default location (typically `/usr/local/`):
66

77
cmake -S . -B build
8+
cd build
89
make
910
make install
1011

0 commit comments

Comments
 (0)