Skip to content

Commit 9a7242c

Browse files
authored
Merge pull request #2326 from davidalber/indent-bullet-text
Aligning text with its bullet
2 parents b627153 + bdda477 commit 9a7242c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -217,25 +217,25 @@ See [Configurations.md](Configurations.md) for details.
217217
* If you get an error like `error while loading shared libraries` while starting
218218
up rustfmt you should try the following:
219219

220-
On Linux:
220+
On Linux:
221221

222-
```
223-
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
224-
```
222+
```
223+
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
224+
```
225225
226-
On MacOS:
226+
On MacOS:
227227
228-
```
229-
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
230-
```
228+
```
229+
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
230+
```
231231
232-
On Windows (Git Bash/Mingw):
232+
On Windows (Git Bash/Mingw):
233233
234-
```
235-
export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
236-
```
234+
```
235+
export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
236+
```
237237
238-
(Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
238+
(Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
239239
240240
## License
241241

0 commit comments

Comments
 (0)