From 8f16693da73f498e23360346d742bc541087af53 Mon Sep 17 00:00:00 2001 From: ny0c Date: Thu, 22 Dec 2022 19:05:59 +0800 Subject: [PATCH] update readme --- readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/readme.md b/readme.md index d6de1c6..e1e7165 100644 --- a/readme.md +++ b/readme.md @@ -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