Remove x86 instructions because they aren't supported.

Based on comment by https://github.com/atom/atom/pull/2117/files#r12489527
This commit is contained in:
probablycorey
2014-05-09 11:40:05 -07:00
parent 14a430b939
commit 9d81df8670

View File

@@ -31,5 +31,3 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
You can solve this by make a symlink
x64 `sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0`
x86 `sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0`