Update linux-and-bsd.md

Fix #983
This commit is contained in:
gouchi 2024-09-20 09:05:13 +02:00 committed by GitHub
parent ffb47f949a
commit 942cb56d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```