5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -119,21 +119,21 @@ confirm
119
119
120
120
if [[ ! -e libphutil ]]
121
121
then
122
- git clone git ://github.com/phacility/libphutil.git
122
+ git clone https ://github.com/phacility/libphutil.git
123
123
else
124
124
(cd libphutil && git pull --rebase)
125
125
fi
126
126
127
127
if [[ ! -e arcanist ]]
128
128
then
129
- git clone git ://github.com/phacility/arcanist.git
129
+ git clone https ://github.com/phacility/arcanist.git
130
130
else
131
131
(cd arcanist && git pull --rebase)
132
132
fi
133
133
134
134
if [[ ! -e phabricator ]]
135
135
then
136
- git clone git ://github.com/phacility/phabricator.git
136
+ git clone https ://github.com/phacility/phabricator.git
137
137
else
138
138
(cd phabricator && git pull --rebase)
139
139
fi
Original file line number Diff line number Diff line change 64
64
65
65
if [ ! -e libphutil ]
66
66
then
67
- git clone git ://github.com/phacility/libphutil.git
67
+ git clone https ://github.com/phacility/libphutil.git
68
68
else
69
69
(cd libphutil && git pull --rebase)
70
70
fi
71
71
72
72
if [ ! -e arcanist ]
73
73
then
74
- git clone git ://github.com/phacility/arcanist.git
74
+ git clone https ://github.com/phacility/arcanist.git
75
75
else
76
76
(cd arcanist && git pull --rebase)
77
77
fi
78
78
79
79
if [ ! -e phabricator ]
80
80
then
81
- git clone git ://github.com/phacility/phabricator.git
81
+ git clone https ://github.com/phacility/phabricator.git
82
82
else
83
83
(cd phabricator && git pull --rebase)
84
84
fi
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ Now that you have all that stuff installed, grab Phabricator and its
95
95
dependencies:
96
96
97
97
$ cd somewhere/ # pick some install directory
98
- somewhere/ $ git clone git ://github.com/phacility/libphutil.git
99
- somewhere/ $ git clone git ://github.com/phacility/arcanist.git
100
- somewhere/ $ git clone git ://github.com/phacility/phabricator.git
98
+ somewhere/ $ git clone https ://github.com/phacility/libphutil.git
99
+ somewhere/ $ git clone https ://github.com/phacility/arcanist.git
100
+ somewhere/ $ git clone https ://github.com/phacility/phabricator.git
101
101
102
102
= Installing APC (Optional) =
103
103
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ have PHP installed, you can download it from <http://www.php.net/>.
92
92
93
93
To install Arcanist, pick an install directory and clone the code from GitHub:
94
94
95
- some_install_path/ $ git clone git ://github.com/phacility/libphutil.git
96
- some_install_path/ $ git clone git ://github.com/phacility/arcanist.git
95
+ some_install_path/ $ git clone https ://github.com/phacility/libphutil.git
96
+ some_install_path/ $ git clone https ://github.com/phacility/arcanist.git
97
97
98
98
This should leave you with a directory structure like this
99
99
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Then install Arcanist itself:
23
23
24
24
$ mkdir somewhere/
25
25
$ cd somewhere/
26
- somewhere/ $ git clone git ://github.com/phacility/libphutil.git
27
- somewhere/ $ git clone git ://github.com/phacility/arcanist.git
26
+ somewhere/ $ git clone https ://github.com/phacility/libphutil.git
27
+ somewhere/ $ git clone https ://github.com/phacility/arcanist.git
28
28
29
29
Add `arc` to your path:
30
30
0 commit comments