WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=47bc1486e0a344bb56b06311f8ec8b55e1689c5b

commit 47bc1486e0a344bb56b06311f8ec8b55e1689c5b
Author: Shuhrat Dehkanov <k+enlightenm...@efir.uz>
Date:   Mon Apr 11 05:20:55 2016 -0700

    Wiki page arcanist changed with summary [GitHub path has changed] by 
Shuhrat Dehkanov
---
 pages/contact/arcanist.txt | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/pages/contact/arcanist.txt b/pages/contact/arcanist.txt
index 7d19647..b57e22c 100644
--- a/pages/contact/arcanist.txt
+++ b/pages/contact/arcanist.txt
@@ -8,8 +8,15 @@ To set up arcanist you will need php installed locally, as 
well as git, and then
 sudo apt-get install php5-cli php5-curl php5-json git # remove arc
 mkdir ~/arcanist
 cd ~/arcanist
-git clone git://github.com/facebook/libphutil.git
-git clone git://github.com/facebook/arcanist.git
+git clone git://github.com/phacility/libphutil.git
+git clone git://github.com/phacility/arcanist.git
+</code>
+
+If you prefer to use HTTPS, replace the last two commands from above with:
+
+<code bash>
+git clone https://github.com/phacility/libphutil.git
+git clone https://github.com/phacility/arcanist.git
 </code>
 
 Ensure that //~/arcanist/arcanist/bin// is in your $PATH for your shell. 
Example:

-- 


Reply via email to