mirror of https://github.com/OpenIPC/composer.git
19 lines
418 B
Markdown
19 lines
418 B
Markdown
# COMPOSER
|
|
|
|
**Creating OpenIPC firmware with custom settings**
|
|
|
|
|
|
## Quick Start - run one command for happiness ;)
|
|
|
|
```
|
|
git clone https://github.com/OpenIPC/composer.git && cd composer && ./stapler your_project_name
|
|
```
|
|
|
|
A list of supported projects can be found by running the command `./stapler`
|
|
|
|
|
|
## More info and examples at GitHub repo
|
|
|
|
[https://github.com/OpenIPC/composer](https://github.com/OpenIPC/composer)
|
|
|