Fixed typo

This commit is contained in:
Roger Gonzalez 2023-10-30 14:57:15 -03:00
parent c3a163d9a0
commit 2a0ba5737e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -22,7 +22,7 @@ Thank you for your interest in contributing to YAMS! We appreciate your help in
2. *Clone Your Fork*: Clone your forked repository to your local development environment using Git. 2. *Clone Your Fork*: Clone your forked repository to your local development environment using Git.
#+BEGIN_SRC bash #+BEGIN_SRC bash
git clone https://gitlab.com/rogs/yams.git git clone https://gitlab.com/your-username/yams.git
cd yams cd yams
#+END_SRC #+END_SRC