Skip to content

Commit 48d6d23

Browse files
committed
Update readme
1 parent 93a8364 commit 48d6d23

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Devstack
2+
3+
## Requirements
4+
- PHP 8+
5+
- [Composer](https://getcomposer.org/)
6+
7+
## Installation
8+
This assumes that PHP and Composer is already installed. To install the command do:
9+
- Open the terminal and run `composer global require webteractive/devstack`. This will install a CLI command `devstack`.
10+
- Set the configuration by running `devstack config`. This command will ask the `repository`, `branch`, and `token`.
11+
- Once the configuration is set, you can now initialize the EN runtimes. Just run `devstack init <runtime>`. The `<runtime>` can be `aac`, `eepower`, and `control` so to load up AllAboutCircuits runtime, all you have to do is do `devstack init aac`.
12+

0 commit comments

Comments
 (0)