Skip to content

Commit

Permalink
docs: document installing as a crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed Apr 25, 2022
1 parent 97552fc commit 2163d98
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -48,9 +48,17 @@ See the [Releases page](https://github.com/devtomio/website-screenshot/releases)

### Docker

**⚠️- You can't change the provider when using the docker image.**

A dockerized version of this application is available [here](https://github.com/devtomio/website-screenshot/pkgs/container/website-screenshot).

**⚠️- You can't change the provider when using the docker image.**
### [Cargo](https://crates.io/crates/website-screenshot)

Installing `website-screenshot` as a crate.

```sh
cargo install website-screenshot
```

### Building from source

Expand Down

0 comments on commit 2163d98

Please sign in to comment.