Skip to content

Commit 973945d

Browse files
committed
docs(README): remove TOC, simplify make usage
1 parent 32a6e5d commit 973945d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Diff for: README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Rust Tests
22

3-
<!--toc:start-->
4-
5-
- [Rust Tests](#rust-tests)
6-
- [Prerequisites](#prerequisites)
7-
- [Usage](#usage) - [Using Cargo](#using-cargo) - [Using Makefile](#using-makefile)
8-
<!--toc:end-->
9-
103
Tests with Rust language
114

125
## Prerequisites
@@ -46,10 +39,7 @@ Alternatively, develop in browser
4639
# Install rust-analyzer
4740
make install
4841

49-
# See available programs to run
42+
# See available tasks to run like run, build
5043
make
5144

52-
# Choose program to run
53-
make <run...>
54-
5545
```

0 commit comments

Comments
 (0)