Template:Installation/Common

From diaspora* project wiki
< Template:Installation
Revision as of 10:45, 14 June 2013 by Jhass (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting 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!