]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG -- add instructions to install ca-certificates
authorCarl Sorensen <carl.d.sorensen@gmail.com>
Thu, 10 Mar 2016 00:25:10 +0000 (17:25 -0700)
committerCarl Sorensen <carl.d.sorensen@gmail.com>
Fri, 11 Mar 2016 00:20:00 +0000 (17:20 -0700)
Also change a spelling from Oxford to US

Documentation/contributor/quick-start.itexi

index b5ccb3b0b8212abee2f492de84d895003b9cd042..e3ee9e91416b14ec8795bcd72d498f8942827ec2 100644 (file)
@@ -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