SuperNodeStorage/post-install.js
2021-07-22 19:54:38 +05:30

11 lines
259 B
JavaScript

let message =
`SupernodeStorage is installed.
To complete the setup:
1. Open gen-param.html and Download param.json to this directory
2. Copy config-sample.json to config.json and Edit the values
To start the node, Run:
npm start
`;
console.log(message)