- config.json and param.json moved to args/ - param-default.json will be used by default if param.json is not generated by the user - Renamed launch.js to start.js - Minor bug fixes
11 lines
299 B
JavaScript
11 lines
299 B
JavaScript
let message =
|
|
`SupernodeStorage is installed.
|
|
|
|
To complete the setup:
|
|
1. Copy args/config-sample.json to args/config.json and Edit the values as required
|
|
2. (Optional) Open args/gen-param.html and Download param.json to args/ directory
|
|
|
|
To start the node, Run:
|
|
npm start
|
|
`;
|
|
console.log(message); |