Skip to content
Ben Keith edited this page May 16, 2014 · 6 revisions

Largo Documentation

This repository contains the wiki for INN/Largo. This is a work in progress.

For stable documentation, see largoproject.org.

For guides on contributing to this wiki, see Contributing-to-this-wiki.md.

For a list of areas that need contribution, see TODO.md

Updating the INN/Largo wiki

This requires you to be in a team with push access to INN/Largo.

Make sure you're on the Largo-docs master branch:

git checkout Largo-docs/master

Then:

git remote add wiki git@github.com:INN/Largo.wiki.git
git push -u wiki master
Clone this wiki locally