]> jfr.im git - irc/anope/website.git/blob - _posts/2012-11-30-anope-repository-moved-to-github.md
Initial commit.
[irc/anope/website.git] / _posts / 2012-11-30-anope-repository-moved-to-github.md
1 ---
2 layout: post
3 title: Anope repository moved to GitHub
4 author: Adam
5 category: 2012
6 # date: 2012-11-30T07:45:40+00:00
7 ---
8
9 <!--
10 BEGIN SUMMARY
11 The Anope team moved the git repository to GitHub.
12 END SUMMARY
13 -->
14
15 The Anope team moved the git repository to GitHub.
16
17 You can find it at <a href="https://github.com/anope/anope">https://github.com/anope/anope</a> now.
18
19 To checkout from GitHub, type:
20 <br/>
21 git clone https://github.com/anope/anope.git
22
23 To update your existing local repo, type:
24 <br/>
25 git remote set-url origin https://github.com/anope/anope.git
26
27 Our official releases are still hosted on sourceforge.net