Skip to content

Commit

Permalink
Update linux-and-bsd.md
Browse files Browse the repository at this point in the history
Fix #983
  • Loading branch information
gouchi authored Sep 20, 2024
1 parent ffb47f9 commit 942cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/retroarch/compilation/linux-and-bsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apk add eudev-dev ffmpeg-dev freetype-dev g++ gcc libxml2-dev mesa-dev pkgconf z
This list of packages may not be complete.
### Getting the code
```bash
git clone git://github.com/libretro/libretro-super.git
git clone https://github.com/libretro/libretro-super.git
cd libretro-super
SHALLOW_CLONE=1 ./libretro-fetch.sh
```
Expand Down

0 comments on commit 942cb56

Please sign in to comment.