Server README: adds instructions to clone submodules

pull/216/head
Thomas Tanon 3 years ago committed by GitHub
parent 283444f7c3
commit 67b342a35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/README.md

@ -39,7 +39,7 @@ You need to have [a recent stable version of Rust and Cargo installed](https://w
To download, build and install the latest released version run `cargo install oxigraph_server`.
There is no need to clone the git repository.
To compile the server from source, clone this git repository, and execute `cargo build --release` in the `server` directory to compile the full server after having downloaded its dependencies.
To compile the server from source, clone this git repository, clone its submodules (`git submodule init && git submodule update`) and execute `cargo build --release` in the `server` directory to compile the full server after having downloaded its dependencies.
It will create a fat binary in `target/release/oxigraph_server`.
## Usage

Loading…
Cancel
Save