Skip to content

Commit

Permalink
docs(readme): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunielrc committed Sep 7, 2023
1 parent 5ae41ca commit 9caf3aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ as text editor.

Clone the repository and switch to vedv directory

#### Clone from gitlab
- from gitlab

```sh
git clone https://gitlab.com/yunielrc/vedv.git && cd vedv
```

#### Clone from github
- from github

```sh
git clone https://github.com/yunielrc/vedv.git && cd vedv
Expand Down Expand Up @@ -247,7 +247,15 @@ We will be working with a simple todo list manager that is running in Node.js.
#### Getting our App
Download the app and switch to its directory
Clone the app repository and switch to its directory
- from gitlab:
```sh
git clone https://gitlab.com/yunielrc/todo-101.git && cd todo-101
```
- from github:
```sh
git clone https://github.com/yunielrc/todo-101.git && cd todo-101
Expand Down
14 changes: 11 additions & 3 deletions README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ as text editor.

Clone the repository and switch to vedv directory

#### Clone from gitlab
- from gitlab

```sh
git clone https://gitlab.com/yunielrc/vedv.git && cd vedv
```

#### Clone from github
- from github

```sh
git clone https://github.com/yunielrc/vedv.git && cd vedv
Expand Down Expand Up @@ -207,7 +207,15 @@ We will be working with a simple todo list manager that is running in Node.js.

#### Getting our App

Download the app and switch to its directory
Clone the app repository and switch to its directory

- from gitlab:

```sh
git clone https://gitlab.com/yunielrc/todo-101.git && cd todo-101
```

- from github:

```sh
git clone https://github.com/yunielrc/todo-101.git && cd todo-101
Expand Down

0 comments on commit 9caf3aa

Please sign in to comment.