Skip to content

Commit

Permalink
Move section
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-zahner committed Dec 19, 2024
1 parent 034d418 commit e93689a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Available as a command-line utility, a library and a [GitHub Action](https://git
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents

- [Installation](#installation)
- [Development](#development)
- [Installation](#installation)
- [Features](#features)
- [Commandline usage](#commandline-usage)
- [Library usage](#library-usage)
Expand All @@ -35,6 +35,12 @@ Available as a command-line utility, a library and a [GitHub Action](https://git

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Development

After [installing Rust](https://www.rust-lang.org/tools/install) use [Cargo](https://doc.rust-lang.org/cargo/) for building and testing.
On Linux the OpenSSL package [is required](https://github.com/seanmonstar/reqwest?tab=readme-ov-file#requirements) to compile `reqwest`, a dependendy of lychee.
For Nix we provide a flake so you can use `nix develop` and `nix build`.

## Installation

### Arch Linux
Expand Down Expand Up @@ -149,12 +155,6 @@ Lychee supports several feature flags:

By default, `native-tls` and `email-check` are enabled.

## Development

After [installing Rust](https://www.rust-lang.org/tools/install) use [Cargo](https://doc.rust-lang.org/cargo/) for building and testing.
On Linux the OpenSSL package [is required](https://github.com/seanmonstar/reqwest?tab=readme-ov-file#requirements) to compile `reqwest`, a dependendy of lychee.
For Nix we provide a flake so you can use `nix develop` and `nix build`.

## Features

This comparison is made on a best-effort basis. Please create a PR to fix
Expand Down

0 comments on commit e93689a

Please sign in to comment.