Skip to content

Commit

Permalink
Fix documentation about production use: Missing statement about mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 21, 2024
1 parent faca3ee commit 70742b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ document.
## Installation
```shell
sudo su -
mkdir -p /etc/ds18b20-datalogger
python3 -m venv /opt/ds18b20-datalogger
/opt/ds18b20-datalogger/bin/pip install ds18b20-datalogger
/opt/ds18b20-datalogger/bin/ds18b20-datalogger make-config > /etc/ds18b20-datalogger/config.yaml
Expand Down

0 comments on commit 70742b7

Please sign in to comment.