Commit 1666ca7a authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update readme

parent bdb58d09
...@@ -57,7 +57,14 @@ tenjin run --help ...@@ -57,7 +57,14 @@ tenjin run --help
## Run only Controller ## Run only Controller
You need to clone source code to your workspace and modify the code. You can add tenjin to your project with command
```
cargo add tenjin
```
Or you can clone this source code into your workspace and modify the code.
this code below is the example for run only Controller. this code below is the example for run only Controller.
If you would like to modify Controller's code, it waiting for you at ./src/example/ If you would like to modify Controller's code, it waiting for you at ./src/example/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment