From: norly Date: Wed, 29 Dec 2021 18:42:09 +0000 (+0100) Subject: readme.rst: Clarify DKMS install command X-Git-Url: https://git.enpas.org/?p=elmcan.git;a=commitdiff_plain;h=eaf17d80dba3c230e5cee30a943fd8b27a291b87 readme.rst: Clarify DKMS install command The backticks around `pwd` weren't rendered in GitHub's view of the readme, and eventually led to a misunderstanding. See issue #6. --- diff --git a/readme.rst b/readme.rst index c8f12c0..7facff8 100644 --- a/readme.rst +++ b/readme.rst @@ -56,8 +56,8 @@ Also, elmcan depends on ``can-dev``: Install ------------- cd module/ - - sudo dkms install `pwd` + + sudo dkms install . Data sheet -----------