Skip to content

Commit 0ffe4cd

Browse files
Bjornskjaldgitbook-bot
authored andcommitted
GitBook: [master] 16 pages modified
1 parent 3212482 commit 0ffe4cd

File tree

11 files changed

+44
-44
lines changed

11 files changed

+44
-44
lines changed

SUMMARY.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22

33
* [Introduction](README.md)
44
* [Quick start](quick-start.md)
5-
* [Beta-version](beta-version.md)
6-
* [Channels](commands.md)
7-
* [configuration](configuration/README.md)
8-
* [Configuration](configuration/configuration.md)
9-
* [Format](configuration/format.md)
10-
* [Connections.yml](connections.yml.md)
11-
* [Creating-a-Discord-bot](creating-a-discord-bot.md)
12-
* [Frequently asked questions](faq.md)
13-
* [installation](installation/README.md)
14-
* [Node.js](installation/node.js.md)
15-
* [NPM](installation/npm.md)
165
* [Launching](launching.md)
17-
* [Troubleshooting](troubleshooting.md)
186
* [Updating](updating.md)
7+
* [Beta versions](beta-version.md)
8+
* [Frequently asked questions](faq.md)
9+
* [Troubleshooting](troubleshooting.md)
10+
11+
## Configuration
12+
13+
* [Configuration](configuration/configuration-1.md)
14+
* [Channels](configuration/commands.md)
15+
* [Connections.yml](configuration/connections.yml.md)
16+
* [Format](configuration/format.md)
17+
18+
## Other
19+
20+
* [How to install Node.js](other/node-js.md)
21+
* [How to create a Discord bot](other/creating-a-discord-bot.md)
1922

beta-version.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
1-
# Beta-version
1+
---
2+
description: If you want to try new features out
3+
---
24

3-
If you want to use beta version:
5+
# Beta versions
46

5-
* NPM
7+
Currently, beta version are released only on NPM, GitHub and Docker Hub.
68

7-
```text
8-
[sudo] npm install -g miscord-beta
9-
```
9+
#### NPM
1010

11-
* Git
11+
```text
12+
npm install --global miscord-beta
13+
# or for a specific version
14+
npm install --global [email protected]
15+
```
1216

13-
\`\`\` git pull git checkout dev
17+
#### GitHub
1418

15-
## to go back:
19+
```text
20+
git checkout dev
21+
# or for a specific version
22+
git checkout v5.0.0-beta21
23+
```
1624

17-
git checkout master
25+
#### Docker
1826

19-
\`\`\`
27+
```text
28+
docker pull miscord/miscord:beta
29+
# or for a specific version
30+
docker pull miscord/miscord:5.0.0-beta21
31+
```
2032

21-
* .zip
2233

23-
Download a .zip from the dev branch [here](../tree/dev)
24-
25-
Currently there are no binaries from beta versions.
2634

configuration/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

installation/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

installation/npm.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

creating-a-discord-bot.md renamed to other/creating-a-discord-bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creating-a-Discord-bot
1+
# How to create a Discord bot
22

33
* Go [here](https://discordapp.com/developers/applications/me)
44
* Click "Create an application"

installation/node.js.md renamed to other/node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node.js
1+
# How to install Node.js
22

33
The latest `LTS` version of Node.js is recommended.
44

0 commit comments

Comments
 (0)