Skip to content

Commit 1e52a96

Browse files
committed
Make the README subsection links functional
1 parent 54fca97 commit 1e52a96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ edges.
2828
* [Building](#building)
2929
* [Contributing](#contributing)
3030

31-
### Screen shots
31+
### Screenshots
3232

3333
![cargo src screenshot - source view](overview.png)
3434

@@ -49,7 +49,7 @@ edges.
4949
![cargo src screenshot - source view](right-click.png)
5050

5151

52-
## Installing and running
52+
## <a id="installing"></a> Installing and running
5353

5454
Requires a nightly version of Rust.
5555

@@ -65,7 +65,7 @@ build). You can browse the source in whilst indexing, but you'll be missing all
6565
the good stuff like jump-to-def and search.
6666

6767

68-
## Customisation
68+
## <a id="customisation"></a> Customisation
6969

7070
Create a `rustw.toml` file in your project's directory. See [src/config.rs](src/config.rs)
7171
or run `cargo src -- -h` for the options available and their defaults.
@@ -88,7 +88,7 @@ vcs_link = "https://github.com/nrc/rustw-test/blob/master/$file#L$line"
8888
For links to the code in version control, GitHub, in the example.
8989

9090

91-
## Building and running
91+
## <a id="building"></a> Building
9292

9393
Requires a nightly version of Rust.
9494

@@ -133,7 +133,7 @@ On MacOS:
133133
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
134134
```
135135

136-
## Contributing
136+
## <a id="contributing"></a> Contributing
137137

138138
Cargo src is open source (dual-licensed under the Apache 2.0 and MIT licenses)
139139
and contributions are welcome! You can help by testing and

0 commit comments

Comments
 (0)