Skip to content

Commit

Permalink
[TASK] Use same convention homefolder for git setup like mentioned in…
Browse files Browse the repository at this point in the history
… other places
  • Loading branch information
sbuerk committed Jul 4, 2024
1 parent 3bd3b93 commit e8e86df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Quickstart/3-Git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Quick Start: Set up Git repository
.. code:: bash
:caption: **Create contribution folder and clone TYPO3 into a it**
mkdir -p $HOME/working-folder/TYPO3-Contribute && \
cd $HOME/working-folder/TYPO3-Contribute && \
mkdir -p $HOME/work/TYPO3-Contribute && \
cd $HOME/work/TYPO3-Contribute && \
git clone https://github.com/typo3/typo3.git .
2. Set up Git specifics
Expand Down

0 comments on commit e8e86df

Please sign in to comment.