Template:Installation/Common: Difference between revisions

From diaspora* project wiki
(Created page with "== Getting the source == It's time to download Diaspora! As your diaspora user run: <syntaxhighlight lang="bash"> cd ~ git clone -b master git://github.com/diaspora/diaspora...")
 
mNo edit summary
Line 1: Line 1:
== Getting the source ==
== Get the source ==


It's time to download Diaspora! As your diaspora user run:
It's time to download Diaspora! As your diaspora user run:

Revision as of 10:46, 14 June 2013

Get the source

It's time to download Diaspora! As your diaspora user run:

cd ~
git clone -b master git://github.com/diaspora/diaspora.git
cd diaspora

Don't miss the cd diaspora, all coming commands expect to be run from that directory!