aboutsummaryrefslogtreecommitdiff
path: root/docs/install/index.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:51:32 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:51:32 -0700
commita23830654fa620d3982d851c9f8f0f99d282575d (patch)
tree0637b14db2bc49cc328fb3ca1d98e56a652bcf34 /docs/install/index.md
parent8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd (diff)
downloadlibrebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.tar.gz
librebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.zip
Fix another class of code bug
Diffstat (limited to 'docs/install/index.md')
-rw-r--r--docs/install/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install/index.md b/docs/install/index.md
index 25a3ad96..fd8ed008 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -251,8 +251,8 @@ ROM image, and it should work.**
Flash chip size
---------------
-Use this to find out:\
-\# **flashrom -p internal -V**
+Use this to find out:
+ # flashrom -p internal -V
All good?
---------
@@ -271,8 +271,8 @@ appropriate executable. It is also possible for you to build these
executables from the libreboot source code archives.
-How to update the flash chip contents:\
-\$ **sudo ./flash update [yourrom.rom](#rom)**
+How to update the flash chip contents:
+ $ sudo ./flash update [yourrom.rom](#rom)