readme.rst: Clarify DKMS install command
authornorly <ny-git@enpas.org>
Wed, 29 Dec 2021 18:42:09 +0000 (19:42 +0100)
committernorly <ny-git@enpas.org>
Wed, 29 Dec 2021 18:42:09 +0000 (19:42 +0100)
The backticks around `pwd` weren't rendered in GitHub's view of the
readme, and eventually led to a misunderstanding. See issue #6.

readme.rst

index c8f12c0d549c5a99ae2ce44371d67746b89c795f..7facff87f1ce155b0cd822c3ef434cb2df46649d 100644 (file)
@@ -56,8 +56,8 @@ Also, elmcan depends on ``can-dev``:
 Install
 -------------
     cd module/
-    
-    sudo dkms install `pwd`
+
+    sudo dkms install .
 
 Data sheet
 -----------