You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
-[Composer](https://getcomposer.org/)
6
6
7
7
## Installation
8
-
This assumes that PHP and Composer is already installed. To install the command do:
8
+
This assumes that PHP and Composer is already installed. This also assumes that the Composer's bin is already added to your path (Add `export PATH=~/.composer/vendor/bin:$PATH` to your `.zshrc` ). To install the command do:
9
9
- Open the terminal and run `composer global require webteractive/devstack`. This will install a CLI command `devstack`.
10
10
- Set the configuration by running `devstack config`. This command will ask the `repository`, `branch`, and `token`.
11
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`.
0 commit comments