Skip to content

Commit

Permalink
docs(README): remove TOC, simplify make usage
Browse files Browse the repository at this point in the history
  • Loading branch information
justunsix committed Jan 13, 2025
1 parent 32a6e5d commit 973945d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Rust Tests

<!--toc:start-->

- [Rust Tests](#rust-tests)
- [Prerequisites](#prerequisites)
- [Usage](#usage) - [Using Cargo](#using-cargo) - [Using Makefile](#using-makefile)
<!--toc:end-->

Tests with Rust language

## Prerequisites
Expand Down Expand Up @@ -46,10 +39,7 @@ Alternatively, develop in browser
# Install rust-analyzer
make install

# See available programs to run
# See available tasks to run like run, build
make

# Choose program to run
make <run...>

```

0 comments on commit 973945d

Please sign in to comment.