summaryrefslogtreecommitdiff
path: root/src/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-26 22:13:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-26 22:13:37 -0500
commitefc1f603330f0c06a37aa64a194785cad44247c5 (patch)
tree63fb85d7b2d04312c11e59aa804cb17ee024ef7c /src/devel
parent6d03854a183f2d0426d89d182019b6e87636b8ca (diff)
downloaddocs-efc1f603330f0c06a37aa64a194785cad44247c5.tar.gz
docs-efc1f603330f0c06a37aa64a194785cad44247c5.tar.bz2
docs-efc1f603330f0c06a37aa64a194785cad44247c5.tar.xz
docs-efc1f603330f0c06a37aa64a194785cad44247c5.zip
Developer's Guide: Fix some XML errors
Diffstat (limited to 'src/devel')
-rw-r--r--src/devel/4_hello.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devel/4_hello.xml b/src/devel/4_hello.xml
index 637e6d9..125ab45 100644
--- a/src/devel/4_hello.xml
+++ b/src/devel/4_hello.xml
@@ -5,14 +5,15 @@
This chapter will introduce the <command>newapkbuild</command> command and the <filename>APKBUILD</filename> structure common to all packages.</para>
<section>
<title>Checking Out a Package Repository</title>
- <para>As noted in chapter 1, all packages live in a <em>package repository</em>. Typically, package repositories are stored in Git. You can make your own package repository, but for now, we will use a <em>private fork</em> of the Adélie Linux official package repositories.</para>
+ <para>As noted in chapter 1, all packages live in a <firstterm>package repository</firstterm>. Typically, package repositories are stored in Git. You can make your own package repository, but for now, we will use a <firstterm>private fork</firstterm> of the Adélie Linux official package repositories.</para>
<para><ulink url="https://code.foxkit.us/users/sign_in">Sign in</ulink> to the Adélie Linux Git system. If you have not yet created an account, you will need to sign up for one. The sign up form can be accessed from the sign in page.</para>
<para>Navigate to the <ulink url="https://code.foxkit.us/adelie/packages">Adélie Linux package repository</ulink> in the Git system. Choose the <guibutton>Fork</guibutton> button in the middle of the screen; if prompted, select your name as the repository destination.</para>
<para>The system will redirect you to your new fork. Use the <guilabel>"SSH"</guilabel> URL to clone the repository on your local computer by running the following command:</para>
<para><prompt>$</prompt> <command>git <parameter>clone</parameter> <userinput>git@code.foxkit.us:yourname/packages.git</userinput></command></para>
- <para>where <userinput>yourname</username> is your Git username.</para>
+ <para>where <userinput>yourname</userinput> is your Git username.</para>
</section>
<section>
<title></title>
+ <para></para>
</section>
</chapter>