diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:05:29 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:05:29 -0700 |
commit | c2b25f1e127ff810e4565d553aafc28b7c44d1a2 (patch) | |
tree | e31f916e6264d3847752290cddcbde0af8a968a5 /docs/index.md | |
parent | 29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (diff) | |
download | librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.tar.gz librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.zip |
Unbork some things
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 5608d6da..fb7cf026 100644 --- a/docs/index.md +++ b/docs/index.md @@ -177,7 +177,7 @@ If it exists, you can also extract this *lbversion* file by using the *cbfstool* utility which libreboot includes, from a ROM image that you either dumped or haven't flashed yet. In your distribution, run cbfstool on your ROM image (*libreboot.rom*, in this example):\ -$ ./cbfstool libreboot.rom extract -n lbversion -f lbversion + $ ./cbfstool libreboot.rom extract -n lbversion -f lbversion You will now have a file, named *lbversion*, which you can read in whatever program it is that you use for reading/writing text files. |