Updated ExampleLibrary and fixed the project creation command to use the correct source directory
This commit is contained in:
parent
b0718aeb74
commit
191b121542
6 changed files with 130 additions and 7 deletions
|
@ -726,5 +726,8 @@
|
|||
}
|
||||
|
||||
file_put_contents($NCC_INSTALL_PATH . DIRECTORY_SEPARATOR . 'ncc.yaml', Yaml::dump($config_obj));
|
||||
|
||||
Console::out('NCC version: ' . NCC_VERSION_NUMBER . ' has been successfully installed');
|
||||
Console::out('For licensing information see \'' . $NCC_INSTALL_PATH . DIRECTORY_SEPARATOR . 'LICENSE\' or run \'ncc help --license\'');
|
||||
|
||||
exit(0);
|
Loading…
Add table
Add a link
Reference in a new issue