Skip to content

Commit

Permalink
Update README installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukoposting committed Feb 22, 2024
1 parent 3afeed7 commit 1c60924
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ acquired via nvidia-smi.

# Installation

Right now, the best way to install SenseThing is by cloning this repository,
and running the Ruby commands by hand. Better installation processes will be
coming as I have time to develop them.
For apt-based Linux distros, SenseThing can be installed using one of the deb
files available in the [GitHub Releases].

On other distros, unfortunately you'll have to install SenseThing manually.
Run the following commands to check out this repo and install:

```sh
git clone [email protected]:ryukoposting/sensething.git
Expand All @@ -57,6 +59,8 @@ rake install
sensething --version
```

[GitHub Releases]: https://github.com/ryukoposting/sensething/releases

# Discovering your system's sensors

First, you'll want to grab a list of the available sensors on your system:
Expand Down

0 comments on commit 1c60924

Please sign in to comment.