diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
commit | 380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch) | |
tree | 9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/radiola.md | |
parent | df881efab146ca3ee61bf8936f948dd976fc4740 (diff) | |
download | md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip |
Update all content to new pygmentize
Diffstat (limited to 'md/writeup/radiola.md')
-rw-r--r-- | md/writeup/radiola.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/md/writeup/radiola.md b/md/writeup/radiola.md index 065f117..b0edc61 100644 --- a/md/writeup/radiola.md +++ b/md/writeup/radiola.md @@ -16,13 +16,13 @@ is possible to demodulate wbfm and listen to radio stations. ## Source -``` +```sh git clone http://git.main.lv/cgit.cgi/radiola.git ``` or -``` +```sh https://github.com/FreeArtMan/radiola.git ``` @@ -30,12 +30,12 @@ https://github.com/FreeArtMan/radiola.git For Linux should work out of the box with NetBSD needed some small tweaks. -``` +```sh make ``` for NetBSD (or any other *BSD, MacOS could work as well) just try -``` +```sh make bsd ```
\ No newline at end of file |