summarylogtreecommitdiffstats
path: root/go-nebulas-git.install
diff options
context:
space:
mode:
authorimlonghao2018-06-23 15:39:00 +0800
committerimlonghao2018-06-23 15:39:00 +0800
commit8f601634054eb8f0c2f682e503bd934ce9cf24a0 (patch)
tree9c8a3f56dff7b1f72b0939a13d031a1b6b47e766 /go-nebulas-git.install
downloadaur-8f601634054eb8f0c2f682e503bd934ce9cf24a0.tar.gz
Add package
Diffstat (limited to 'go-nebulas-git.install')
-rw-r--r--go-nebulas-git.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/go-nebulas-git.install b/go-nebulas-git.install
new file mode 100644
index 000000000000..f1cdfd842072
--- /dev/null
+++ b/go-nebulas-git.install
@@ -0,0 +1,6 @@
+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"
+}