Skip to content

Commit

Permalink
Add table of contents to ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Jul 7, 2021
1 parent a1f3af3 commit b50b4c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2021-06-25
## [0.1.0] - 2021-07-07

### Added

Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Its behavior is comparable with that of `mv path/to/old_name path/to/new_name`.
You can already write this quiet elegant like this `mv path/to/{old_name,new_name}`.
But rn has a more intuitive syntax and is arguably more semantic.

## Requirements
## Table of contents

### Development

- [Docker][docker]
- [Docker-Compose][docker-compose]
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [Contribute](#contribute)

## Installation

Expand Down Expand Up @@ -73,7 +73,12 @@ But rn has a more intuitive syntax and is arguably more semantic.
- `$ rn path/to/foo_dir bar_dir`
- `$ rn /absolute/path/to/foo_dir bar_dir`

## Developing
## Development

### Requirements

- [Docker][docker]
- [Docker-Compose][docker-compose]

### Enter container (required for following commands)

Expand Down

0 comments on commit b50b4c8

Please sign in to comment.