diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |