about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Roos <m@maxroos.com>2018-08-27 22:53:47 -0400
committerMaximilian Roos <m@maxroos.com>2018-08-27 22:53:47 -0400
commit2e75f23de810d8fad44c19de6690eebc0fbeaac3 (patch)
treef05ea6d1f1de3850fb5621bd5867a166b66dc357
parentc4d845f998b507718a362416abee05eb0c135dc9 (diff)
remove old readme content
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
index 04f9f2f928c..0fdd47f33f1 100644
--- a/README.md
+++ b/README.md
@@ -186,29 +186,6 @@ See [Configurations.md](Configurations.md) for details.
 * If you're having issues compiling Rustfmt (or compile errors when trying to
   install), make sure you have the most recent version of Rust installed.
 
-* If you get an error like `error while loading shared libraries` while starting
-  up rustfmt you should try the following:
-
-  On Linux:
-
-  ```
-  export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
-  ```
-
-  On MacOS:
-
-  ```
-  export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
-  ```
-
-  On Windows (Git Bash/Mingw):
-
-  ```
-  export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
-  ```
-
-  (Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
-
 * You can change the way rustfmt emits the changes with the --emit flag:
 
   Example: