Skip to content

Commit

Permalink
Update Contributing/dev-env.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Feb 4, 2025
1 parent 32afc6f commit 7121066
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Contributing/dev-env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ your computer:
.. code-block:: sh
~/GitHub/freeciv21$ git remote add upstream https://github.com/longturn/freeciv21.git
~/GitHub/freeciv21$ git fetch upstream
~/GitHub/freeciv21$ git pull upstream master
You will also need to set a couple global configuration settings so :code:`git` knows a bit more about you.
Expand All @@ -99,8 +101,8 @@ You will also need to set a couple global configuration settings so :code:`git`
~/GitHub/freeciv21$ git config --global user.email [email address associated with GitHub]
~/GitHub/freeciv21$ git config --global user.name [your first and last name]
KDevelop Project Setup
======================

Expand Down

0 comments on commit 7121066

Please sign in to comment.