Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2e75f23

Browse files
committed
remove old readme content
1 parent c4d845f commit 2e75f23

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -186,29 +186,6 @@ See [Configurations.md](Configurations.md) for details.
186186
* If you're having issues compiling Rustfmt (or compile errors when trying to
187187
install), make sure you have the most recent version of Rust installed.
188188

189-
* If you get an error like `error while loading shared libraries` while starting
190-
up rustfmt you should try the following:
191-
192-
On Linux:
193-
194-
```
195-
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
196-
```
197-
198-
On MacOS:
199-
200-
```
201-
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
202-
```
203-
204-
On Windows (Git Bash/Mingw):
205-
206-
```
207-
export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
208-
```
209-
210-
(Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
211-
212189
* You can change the way rustfmt emits the changes with the --emit flag:
213190

214191
Example:

0 commit comments

Comments
 (0)