README.md in dude-cli-2.0.5 vs README.md in dude-cli-2.0.6
- old
+ new
@@ -60,9 +60,18 @@
#### Use the *id* and *title* and specify format for the task titles in Trello or keep it as it is
`TOGGL_TASK_FORMAT=[id] title`
## Usage
+#### Using RVM
+
+To run gem in any folder using RVM just install gem to the global default ruby version and add alias to ~/.bashrc or ~/.zshrc
+(Replace 2.7.2 to your ruby version and/or gemset)
+
+```bash
+alias dude="rvm 2.7.2 do dude"
+```
+
| Command | Required parameters | Optional parameters | Description |
|:-------------:|:-------------------|:-------------------|:--------------------------------------------------------------------------------------|
| dude install | - | - | Create .duderc file in your home directory |
| dude checkout | ISSUE_ID | - | Checkout to branch with name "ID-issue-title" |
| dude track | ISSUE_ID | - | Start time entry in Toggl with issue project, title and id |