Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Clarify instructions for git-clone and release-tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurie Carson committed Apr 8, 2018
1 parent cbc9036 commit 3ee6bfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scm/doc/TechGuide/chap_quick.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ \section{Obtaining Code}
The source code bundle for the CCPP and SCM is provided through github.com. This release repository contains the tested and supported version for general use.

\begin{enumerate}
\item Download a compressed file or clone the source using
\item Download a compressed file from the releases tab, or clone the source using
\begin{lstlisting}[language=bash]
git clone https://[username]@github.com/NCAR/gmtb-scm-release
git clone https://[username]@github.com/NCAR/gmtb-scm-release gmtb-scm
\end{lstlisting}
and enter your github password when prompted.
\item Note that the release tarball will result in a directory named with the release tag. Adjust instructions accordingly!
\item Change directory into the project.
\begin{lstlisting}[language=bash]
cd gmtb-scm
Expand Down

0 comments on commit 3ee6bfa

Please sign in to comment.