Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andersondanilo committed Apr 7, 2021
1 parent e6252ce commit 3a2ef62
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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```

0 comments on commit 3a2ef62

Please sign in to comment.