Updated docs with the instructions for getting development versions from git.

This commit is contained in:
bsag 2008-06-16 18:24:54 +01:00
parent c8d7466ca5
commit d3649e6b25
4 changed files with 35 additions and 26 deletions

View file

@ -35,13 +35,14 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/" />
<ol>
<li>(Recommended for most people) Download the <a href="http://www.rousette.org.uk/projects/files/tracks-current.zip">zipped package</a>, and unzip in your preferred location (e.g. <code>~/Sites</code> for Mac OS X users).</li>
<li>Download using Subversion:</li>
<li>If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):</li>
</ol>
<pre>
<code>
svn co --username=guest
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
</code>
</pre>
@ -189,13 +190,15 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/" />
<ol>
<li>(Recommended for most people) Download the <a href="http://www.rousette.org.uk/projects/files/tracks-current.zip">zipped package</a>, and unzip in your preferred location (e.g. <code>~/Sites</code> for Mac OS X users).</li>
<li>Download using Subversion:</li>
<li>If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):</li>
3.
</ol>
<pre>
<code>
svn co --username=guest \
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
</code>
</pre>

View file

@ -25,11 +25,13 @@ Tracks 1.6 has been thoroughly beta tested by a large number of people, and shou
There are two methods of downloading Tracks 1.6:
1. (Recommended for most people) Download the [zipped package](http://www.rousette.org.uk/projects/files/tracks-current.zip), and unzip in your preferred location (e.g. `~/Sites` for Mac OS X users).
2. Download using Subversion:
2. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
<pre>
<code>
svn co --username=guest
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
</code>
</pre>
@ -162,11 +164,13 @@ Rename your old Tracks installation (e.g. to 'tracks-old') so that you can insta
There are two methods of downloading Tracks 1.6:
1. (Recommended for most people) Download the [zipped package](http://www.rousette.org.uk/projects/files/tracks-current.zip), and unzip in your preferred location (e.g. `~/Sites` for Mac OS X users).
2. Download using Subversion:
2. If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
3.
<pre>
<code>
svn co --username=guest \
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
</code>
</pre>

Binary file not shown.

View file

@ -112,12 +112,12 @@
\usepackage{booktabs} % Better tables
\usepackage{tabulary} % Support longer table cells
\usepackage[utf8]{inputenc} % For UTF-8 support
%\usepackage{xcolor} % Allow for color (annotations)
%\geometry{landscape} % Activate for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty
% line rather than an indent
% \usepackage{xcolor} % Allow for color (annotations)
%
% %\geometry{landscape} % Activate for rotated page geometry
%
% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty
% % line rather than an indent
\def\myauthor{Author} % In case these were not included in metadata
@ -136,8 +136,8 @@
\def\revision{Revision: \$Id: manual.markdown 864 2008-06-03 17:01:00Z bsag \$}
\def\mytitle{Tracks 1.6 Manual}
\def\version{1.6}
%%\usepackage{xmpincl}
%%\includexmp{CCAttributionShareAlike}
% \usepackage{xmpincl}
% \includexmp{CCAttributionShareAlike}
%
@ -274,15 +274,16 @@ There are two methods of downloading Tracks 1.6:
\item (Recommended for most people) Download the \href{http://www.rousette.org.uk/projects/files/tracks-current.zip}{zipped package}, and unzip in your preferred location (e.g.\ \texttt{\ensuremath{\sim}/Sites} for Mac OS X users).
\item Download using Subversion:
\item If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
\end{enumerate}
\begin{adjustwidth}{2.5em}{2.5em}
\begin{verbatim}
svn co --username=guest
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
\end{verbatim}
@ -523,15 +524,16 @@ There are two methods of downloading Tracks 1.6:
\item (Recommended for most people) Download the \href{http://www.rousette.org.uk/projects/files/tracks-current.zip}{zipped package}, and unzip in your preferred location (e.g.\ \texttt{\ensuremath{\sim}/Sites} for Mac OS X users).
\item Download using Subversion:
\item If you want to live on the edge, you can get the latest development version from GitHub using git (bear in mind that this may be less stable than the released versions):
\end{enumerate}
\begin{adjustwidth}{2.5em}{2.5em}
\begin{verbatim}
svn co --username=guest \
http://www.rousette.org.uk/svn/tracks-repos/tags/current tracks
cd ~/Sites
git clone git://github.com/bsag/tracks.git
cd tracks
\end{verbatim}