From 3a2ef629a2a3e69f1ed7a844bebd5d2b29978a3c Mon Sep 17 00:00:00 2001 From: Anderson Danilo Date: Tue, 6 Apr 2021 21:34:19 -0300 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d80c79a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# cargo-rutin-tizen +Cargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools) + +# Installation +- 1. Install 'cargo-rutin-tizen' +- 2. Create '.cargo/config' (or modify the existing), adding the path to tizen studio: +```toml +[tizen] +studio_path = "/home/MYUSER/Tizen/tizen-studio" +``` +- 3. Now you can run the command ```cargo tizen --help``` to see all available commands, and ```cargo tizen config``` to see all configurable options + +# Note +1. You can execute ```cargo tizen dev -e``` to compile, package and run the project in one step (-e stands for --emulator) +2. You need to have a valid ```tizen-manifest.xml```