oneago / installer
Arcturus framework installer
v2.0.2
2021-03-16 00:09 UTC
Requires
- php: >=7.2
- symfony/console: ^5.2
- symfony/process: ^5.2
README
Installation
Install composer in your pc and run:
composer global require oneago/installer
Next steep depends of your OS
Mac OS X
nano ~/.bash_profile
add into new line export PATH="$HOME/.composer/vendor/bin:$PATH"
Windows
Add into Windows system variables this %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
Linux distributions
nano ~/.bashrc
add into new line export PATH="$PATH:$HOME/.config/composer/vendor/bin"
or export PATH="$HOME/.composer/vendor/bin:$PATH"
finally run
source ~/.bashrc