dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.09k stars 124 forks source link

Add scoop package manager as supported installation method #305

Closed agrmohit closed 1 year ago

agrmohit commented 1 year ago

Adds scoop as a supported installation method for tealdeer in docs.

It is present in the main repository of scoop which is enabled by default. So the only step needed to install tealdeer from scoop is scoop install tealdeer.

dbrgn commented 1 year ago

Thanks!