aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0a27ca8..02fe15f 100644
--- a/index.html
+++ b/index.html
@@ -98,7 +98,7 @@
<pre><code>git clone https://git.maneage.org/project.git <span class="comment"># Clone Maneage, default branch `maneage'.</span>
mv project my-project && cd my-project <span class="comment"># Set custom name and enter directory.</span>
git remote rename origin origin-maneage <span class="comment"># Rename remote server to use `origin' later.</span>
-git checkout -b master <span class="comment"># Make new `master' branch, start customizing.</span></code></pre>
+git checkout -b main <span class="comment"># Make new `main' branch, start customizing.</span></code></pre>
</p>
<p>You are now ready to configure and make the raw template with the commands below.
If they are successful, you can start customizing it.