You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# CloudBot
2
2
3
3
CloudBot is a simple, fast, extendable open-source Python IRC Bot!
4
+
4
5
## Getting CloudBot
5
6
6
7
There are currently two different branches of this repository, each with a different level of stability:
7
-
-**master (current branch)**: This branch contains stable, tested code. This is the branch you should be using if you just want to run your own CloudBot!
8
-
-**python3.4 ([click to switch](https://github.com/CloudBotIRC/CloudBot/tree/python3.4))**: This branch is where where test and develop new features. If you would like to help develop CloudBot, you can use this branch.
8
+
-**master**: This branch contains stable, tested code. This is the branch you should be using if you just want to run your own CloudBot!
9
+
-**python3.4**: This branch is where where test and develop new features. If you would like to help develop CloudBot, you can use this branch.
10
+
11
+
New releases will be pushed from **python3.4** to **master** whenever we have a stable version to release.
0 commit comments