Skip to content

Commit d699acc

Browse files
committed
Add debian installation instructions to README.md
1 parent 469b521 commit d699acc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@ This software also requires that you have
1616
system. In turn librtlsdr requires [libusb](http://libusb.info/).
1717

1818
You can install librtlsdr with most package managers which will ensure
19-
you have the right dependencies. To install using Homebrew on macOS,
20-
simply run:
19+
you have the right dependencies.
20+
21+
Homebrew (macOS):
2122

2223
```
2324
brew install librtlsdr
2425
```
2526

27+
Debian based Linux distros:
28+
29+
```
30+
apt-get install librtlsdr-dev
31+
```
32+
2633
## Usage
2734

2835
```

0 commit comments

Comments
 (0)