Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Feb 4, 2020
1 parent 5dd5fab commit 072fdd0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ On Linux or OSX, you can install SQLite as follows:

On Windows, or if preferred, also for Linux or OSX, bundled SQLite can also be
used, where it is built and linked statically without external dependencies, by
specifying the "sqlite_bundled" feature when building with Cargo, e.g.:
specifying the `sqlite_bundled` feature when building with Cargo, e.g.:

cargo build --features "sqlite_bundled"
cargo install url-bot-rs --features "sqlite_bundled"

When using bundled SQLite, no external dependencies are required.

## Quick install

cargo install url-bot-rs
Expand All @@ -55,6 +57,11 @@ parameters, and edit the file as shown below.
| OSX | `~/Library/Preferences/org.url-bot-rs/config.toml` |
| Windows | `C:\Users\<user>\AppData\Roaming\url-bot-rs\config\config.toml` |

## Packages

Debian packages for releases are available [on
Github](https://github.com/nuxeh/url-bot-rs/releases).

## Build

### Get Rust
Expand Down

0 comments on commit 072fdd0

Please sign in to comment.