Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: document fontconfig dependency #220

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ view markdown files in the blink of an eye 👀.

## Install

To install just use `cargo install inlyne`, everything comes pre-bundled.
To install just use `cargo install inlyne`, almost everything comes pre-bundled (see [Dependencies](#dependencies)).
Alternatively you can install through various package managers.

[![Packaging status](https://repology.org/badge/vertical-allrepos/inlyne.svg)](https://repology.org/project/inlyne/versions)

### Dependencies

The `fontconfig` package from your distribution needs to be installed. See https://github.com/yeslogic/fontconfig-rs#dependencies.

## Features

Over time the features of this application will continue to grow. However there are a few
Expand Down
Loading