Skip to content

Commit

Permalink
Explicitly mention libvroom in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Jun 28, 2022
1 parent 6b609fc commit 446ca9f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,26 +81,27 @@ it easy to send sample optimization requests for testing purposes.

Several options are available to get `vroom` running on command-line.

1. Use
[`vroom-docker`](https://github.com/VROOM-Project/vroom-docker).
2. Build from source following [the wiki
1. Build from source following [the wiki
instructions](https://github.com/VROOM-Project/vroom/wiki/Building).
2. Use
[`vroom-docker`](https://github.com/VROOM-Project/vroom-docker).

### Command-line usage

Refer to [this wiki
page](https://github.com/VROOM-Project/vroom/wiki/Usage)

#### Http wrapper

[`vroom-express`](https://github.com/VROOM-Project/vroom-express) is a
simple wrapper to use `vroom` with http requests. It's already bundled
in the `vroom-docker` setup.

#### Use from C++

The project can be used as a library as shown in [this
example](https://github.com/VROOM-Project/vroom/blob/master/libvroom_examples/libvroom.cpp).

### Usage
#### Using libvroom from C++

Refer to [this wiki
page](https://github.com/VROOM-Project/vroom/wiki/Usage)
The project can also used as a library from any C++ project, refer to
[this wiki
page](https://github.com/VROOM-Project/vroom/wiki/Using-libvroom).

## Tests

Expand Down

0 comments on commit 446ca9f

Please sign in to comment.