From: Carl Sorensen Date: Thu, 10 Mar 2016 00:25:10 +0000 (-0700) Subject: CG -- add instructions to install ca-certificates X-Git-Tag: release/2.19.38-1~6^2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=bede1368a8d5350514e613fbd4e4b06c1f3e3c33;p=lilypond.git CG -- add instructions to install ca-certificates Also change a spelling from Oxford to US --- diff --git a/Documentation/contributor/quick-start.itexi b/Documentation/contributor/quick-start.itexi index b5ccb3b0b8..e3ee9e9141 100644 --- a/Documentation/contributor/quick-start.itexi +++ b/Documentation/contributor/quick-start.itexi @@ -531,7 +531,7 @@ an email to the LilyPond Developer's mailing list (@code{lilypond-devel@@gnu.org}), preferably using the same email address that you want to use for your user login. -@subsubheading Authorising git-cl for the LilyPond issue tracker +@subsubheading Authorizing git-cl for the LilyPond issue tracker The @code{git-cl} command itself also needs to be @q{authorized} so that it can access the LilyPond issue tracker. @@ -558,6 +558,27 @@ tracker. @end enumerate +@subsubheading Installing ca-certificates + +In order to have @code{git-cl} properly update issues on the SourceForge +Allura issue tracker, you must have the package @code{ca-certificates} +installed. You can check to see if the package is installed with + +@example +apt --installed list | grep ca-certificates +@end example + +If @code{ca-certificates} is installed, you will get a result that shows +the version that is installed. If it is not installed, there will be +no version displayed. + +Install @code{ca-certificates} with the following: + +@example +sudo apt-get install ca-certificates +@end example + + @subsubheading Running git-cl for the first time @enumerate