From 4a6d4c2c362d4dba64d6b3c7c5311ca92da2ccbc Mon Sep 17 00:00:00 2001 From: Sebastian Schildt Date: Wed, 11 Dec 2024 14:15:20 +0100 Subject: [PATCH] Fix markdown formatting in persistence provider Readme Signed-off-by: Sebastian Schildt --- kuksa-persistence-provider/Readme.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/kuksa-persistence-provider/Readme.md b/kuksa-persistence-provider/Readme.md index 22074a4..f7d9f99 100644 --- a/kuksa-persistence-provider/Readme.md +++ b/kuksa-persistence-provider/Readme.md @@ -83,20 +83,27 @@ As the statestore does not make a difference between current and target (actuati json_djson = [ "dep:djson","dep:tinyjson" ] # Uncommment to use djson ``` + * Install rust nightly which is needed for djson at the moment [11/2024] - ```bash + + * ```bash rustup toolchain install nightly rustup default nightly ``` - * Enable with ```cargo build --features json_djson --no-default-features`````` + * Enable with ```cargo build --features json_djson --no-default-features`````` ## Build ```bash cargo build -# with features, see above for prerequisites +``` + +alternatively, with features: see above for prerequisites + +```bash cargo build --features json_djson --no-default-features +``` ## Test @@ -129,4 +136,5 @@ cargo build --features json_djson --no-default-features # Set Vales in cmd setValue Vehicle.Cabin.HVAC.Station.Row4.Passenger.FanSpeed 40 ``` + 3) Restart and check if datapoint with old value is restored by persistency provider