Skip to content

Commit

Permalink
Fix backtick escaping.
Browse files Browse the repository at this point in the history
To escape backticks-in-backticks, switch the outer/container backticks to double-backticks.  (See: github/markup#363 (comment) .)
  • Loading branch information
arantius committed Feb 28, 2020
1 parent f10d73f commit 348265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Then just run `make` in the root directory, and (optionally) `networking` and `w
make
```

Install the modules into `/lib/modules/\`uname -r\`/extra`
Install the modules into ``/lib/modules/`uname -r`/extra``

```
make install
Expand Down

0 comments on commit 348265f

Please sign in to comment.