Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackra1n committed Dec 1, 2023
1 parent 56c628f commit 6ea84e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ This tool provides real-time monitoring of your Raspberry Pi's system statistics

## 📦 Installation

Before starting with any installation method, make sure you have enabled I2C on your Raspberry Pi. You can do this by running `sudo raspi-config` and navigating to `Interfacing Options > I2C > Yes`.
Or alternatively, you can run the following command:
```bash
sudo raspi-config nonint do_i2c 0
```

### Easy Installation

Run the following command to install:
Expand Down

0 comments on commit 6ea84e5

Please sign in to comment.