Commit 570d689a authored by Sandeep Mistry's avatar Sandeep Mistry Committed by GitHub

Merge pull request #143 from jacobrosenthal/patch-1

Linux install instructions
parents 784fff91 a0f8a195
......@@ -51,7 +51,10 @@ No additional setup required.
##### Linux
No additional setup required.
For 64-bit Linux users, ```libc6:i386```, ```libstdc++6:i386```, ```libncurses5:i386```` and ```libudev1:i386``` need to be installed :
* ```sudo dpkg --add-architecture i386```
* ```sudo apt-get update```
* ```sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
##### Windows
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment