Skip to content

Commit

Permalink
update git command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jan 17, 2025
1 parent 68500a7 commit 3f09df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/basemaps/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Project deployment
.. code-block:: bash

$ cd /var/www/somewhere/
$ git clone git@github.com:MapServer/basemaps.git
$ git clone https://github.com/MapServer/basemaps.git
$ cd basemaps

That's easy enough to not need much explanation.
Expand Down
6 changes: 5 additions & 1 deletion en/development/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ installed on your machine. Here's how to access the source:
2. See GitHub's `help guidelines <https://docs.github.com/en/github/getting-started-with-github/set-up-git/>`__ to
install Git locally

3. Issue `git clone git@github.com:MapServer/MapServer.git` to
3. Issue the following command to
check out a copy of the current source/main into your working directory.

.. code-block:: bash

git clone https://github.com/MapServer/MapServer.git

Support Libraries
=================
Expand Down

0 comments on commit 3f09df2

Please sign in to comment.