diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 17:43:05 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 17:43:05 -0400 |
commit | dd34a4b18cfc73f01e02b44306523b97826e3971 (patch) | |
tree | fac25310a0fd4c6d5a0caf6a8ebb017c362b1ae7 | |
parent | 1e21aed210e9e1e1bb3383423c21799a93de2064 (diff) |
added snippet on viewing man pages
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -22,3 +22,12 @@ make sudo make install ``` +### Documentation + +Once installed, the man pages are available via: + +``` +man tinyalsa-pcm +man tinyalsa-mixer +``` + |