From 942cb56d5a81a8f06ab0139895aaef4d6c4eab6a Mon Sep 17 00:00:00 2001 From: gouchi Date: Fri, 20 Sep 2024 09:05:13 +0200 Subject: [PATCH] Update linux-and-bsd.md Fix #983 --- docs/development/retroarch/compilation/linux-and-bsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/retroarch/compilation/linux-and-bsd.md b/docs/development/retroarch/compilation/linux-and-bsd.md index 3714cd60b5..1d6c634ea1 100644 --- a/docs/development/retroarch/compilation/linux-and-bsd.md +++ b/docs/development/retroarch/compilation/linux-and-bsd.md @@ -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 ```