diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
commit | 29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (patch) | |
tree | 18a7c799c326e9a0a732703f0250b91687033b62 /docs/future | |
parent | 556205fc197ee1ef0f77ed382ac9f9ec57068ccf (diff) | |
download | librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.tar.gz librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.zip |
Begin descent from weird command line syntax
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index 9ecfa870..d4959d81 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -160,10 +160,10 @@ working and nonworking panels. How to dump EDID: -\# **apt-get install i2c-tools**\ -\# **modprobe i2c-dev**\ +\# apt-get install i2c-tools +\# modprobe i2c-dev Find out the correct ID to use:\ -\# **i2cdetect -l**\ +\# i2cdetect -l Example:\ \# **i2cdump -y 2 0x50** |