summarylogtreecommitdiffstats
path: root/go-nebulas-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'go-nebulas-git.install')
-rw-r--r--go-nebulas-git.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/go-nebulas-git.install b/go-nebulas-git.install
index f1cdfd842072..470992c7f7af 100644
--- a/go-nebulas-git.install
+++ b/go-nebulas-git.install
@@ -1,6 +1,8 @@
post_install() {
- echo "Example mainnet configuration files are located in /etc/go-nebulas"
- echo "You can delete the suffix *.example to use them"
- echo "Then, you can use \"systemctl start go-nebulas\" to start the node"
- echo "For more information, please visit: https://github.com/nebulasio/wiki/wiki"
+ echo ""
+ echo "> Example mainnet configuration files are located in /opt/go-nebulas-git/conf"
+ echo "> You can use the default config by deleting the suffix (.example)"
+ echo "> Then, you can use \"systemctl start go-nebulas\" to start the node"
+ echo "> For more information, please visit: https://github.com/nebulasio/wiki/wiki"
+ echo ""
}