From 567fff7e75e55b4f988751c9629dc077fadf919b Mon Sep 17 00:00:00 2001 From: Simon From Jakobsen Date: Fri, 2 Aug 2024 14:26:30 +0000 Subject: [PATCH] add readme stuff --- README.md | 2 +- helloworld-rs/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efa9099..76ee614 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Add project to Yocto project: ``` -devtool add git@bitbucket.org:dol-sensors/example-projects.git --src-subdir +devtool add git@bitbucket.org:dol-sensors/example-projects.git --srcbranch main --src-subdir ``` diff --git a/helloworld-rs/README.md b/helloworld-rs/README.md index ce393ab..82dc8dd 100644 --- a/helloworld-rs/README.md +++ b/helloworld-rs/README.md @@ -8,4 +8,8 @@ cargo run ```sh cargo build --release ./target/release/helloworld-rs -``ยด + +cargo install --path . + +cargo install --path . --root /usr/local +```