Skip to content

Commit

Permalink
docs: fix git clone ... entries (vlang#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 27, 2023
1 parent eaac2c3 commit 19b496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it via `git` or by manual download.

An example of installing the system provided version of SDL2 via `git`:
```bash
git clone https://github.com/vlang/sdl.git ~/.vmodules
git clone https://github.com/vlang/sdl.git ~/.vmodules/sdl
v ~/.vmodules/sdl/setup.vsh
```

Expand All @@ -31,7 +31,7 @@ by providing the version manually:

An example of installing SDL2 `v2.0.12` via `git`:
```bash
git clone https://github.com/vlang/sdl.git ~/.vmodules
git clone https://github.com/vlang/sdl.git ~/.vmodules/sdl
cd ~/.vmodules/sdl
git checkout 2.0.12
```
Expand Down

0 comments on commit 19b496f

Please sign in to comment.