mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-26 21:02:47 +00:00
update repo references after rename to retrobios
This commit is contained in:
parent
13c561888d
commit
c23c565c6d
4 changed files with 6 additions and 6 deletions
|
|
@ -152,8 +152,8 @@ def generate_readme(db: dict, configs: dict) -> str:
|
|||
"You can generate any pack locally - including archived ones:")
|
||||
lines.append("")
|
||||
lines.append("```bash")
|
||||
lines.append("git clone https://github.com/Abdess/retroarch_system.git")
|
||||
lines.append("cd retroarch_system")
|
||||
lines.append("git clone https://github.com/Abdess/retrobios.git")
|
||||
lines.append("cd retrobios")
|
||||
lines.append("pip install pyyaml")
|
||||
lines.append("")
|
||||
lines.append("# Generate for a specific platform")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue