Skip to content

Commit

Permalink
Add instructions on Readme about how evolution to this tool can be made
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Feb 28, 2025
1 parent 10a66fc commit d555aec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,17 @@ Element will use variables in this order (first in this list is used): (For file
- Config Template variables
- Default templates variables
- Config Global variables

# How to develop

1. install the gem locally using
```bash
gem build ccios.gemspec
gem install ./ccios-x.x.x.gem
```
2. Run use the locally installed ccios gem on your project
```bash
ccios presenter MyNewPresenterStack
```

Note: ensure that you use the same ruby version when building, installing and running this local version of ccios.

0 comments on commit d555aec

Please sign in to comment.