aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-18 19:14:23 -0400
committerAlee <alee14498@gmail.com>2018-04-18 19:14:23 -0400
commit4058136dc9d2feb0568602783cf8842f9d16d6fc (patch)
tree64efa12db760b30754ebed4877d309bc5d9a6eab /README.md
parent8b2ddd74c211d616e1c30dd78c50f67b9036b8f7 (diff)
downloadAleeBot-4058136dc9d2feb0568602783cf8842f9d16d6fc.tar.gz
AleeBot-4058136dc9d2feb0568602783cf8842f9d16d6fc.tar.bz2
AleeBot-4058136dc9d2feb0568602783cf8842f9d16d6fc.zip
I think this might work
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb873d4..db24e3c 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
# Tutorial for self hosting
First get NodeJS then clone this repo then do `npm install` in the AleeBot folder. Now add a file called `tokens.json` then copy and paste this follow code.
-`
+```
{
"abtoken": "token"
}
-`
+```
Then get your token from discord and replace token with your token and finally run this in linux `./run_linux.sh` or for windows `run_win.bat`.
# Contributors