Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
genonfire committed Dec 31, 2018
1 parent 105b109 commit 1b25f33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ https://gencode.me/bbgo
# Getting started with bbgo
English > https://gencode.me/16/

Korean > https://gencode.me/1/
Korean > https://gencode.me/28/

$ git clone git@github.com:genonfire/bbgo.git
$ pip install -r requirements.txt

For Django 1.x > https://gencode.me/1/

$ git clone git@github.com:genonfire/bbgo.git
$ git checkout tag/1.3
$ pip install -r requirements.txt

# Issue management
http://jira.gencode.me/projects/BBGO/issues/filter=allissues
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.250
1.3.251
2 changes: 1 addition & 1 deletion templates/haru/portal/bbgo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% trans 'Total bbs system made by Django' %}
</div>
<div class="banner_button">
<a href="{% url 'boards:show_article' id=1 %}">
<a href="https://gencode.me/28/">
<input type="button" class="submit" value="{% trans 'Get started with bbgo' %}">
</a>
</div>
Expand Down

0 comments on commit 1b25f33

Please sign in to comment.