update readme

This commit is contained in:
ny0c 2022-12-22 19:05:59 +08:00
parent b10773b7dd
commit 8f16693da7

View File

@ -1,3 +1,30 @@
# Nvidia Delegated License Service
dls implementation in rust.
## Requirement
- Any os with redis
- rust stable toolchain
## Usage
clone this repo
```
cd dls_rs
cargo build --release
```
copy `target/release/nv_ls` to your dir.
and run with
`./nv_ls`
change config file `./data/config.json` as follows.
Once the configuration file has been modified, restart nv_ls to make it effective
## config.json
### server_addr