From d2346490fe0e316c1bfb0ad294941481ddf64299 Mon Sep 17 00:00:00 2001 From: tellowkrinkle Date: Fri, 14 Sep 2018 02:55:02 -0500 Subject: [PATCH] Add info on installing Swift on Fedora --- scripts/CharacterInfoExtraction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/CharacterInfoExtraction/README.md b/scripts/CharacterInfoExtraction/README.md index 9b7b92a..cd865f2 100644 --- a/scripts/CharacterInfoExtraction/README.md +++ b/scripts/CharacterInfoExtraction/README.md @@ -2,6 +2,6 @@ Some scripts for figuring out what characters are used in games to help with cho I had originally made these for personal use and wasn't thinking about publishing them, so I wrote them in Swift, which doesn't currently support compiling on Windows. Very sorry about that. I guess you could try out WSL? -Download Swift [here](https://swift.org/download/) for Ubuntu or macOS, it also appears to be [on the AUR](https://aur.archlinux.org/packages/swift/) for Arch users. Compile a script with `swiftc -O scriptFile.swift` or run it directly with `swift -O scriptFile.swift arguments`, though that will be fairly slow if you plan to run the script multiple times. +Download Swift [here](https://swift.org/download/) for Ubuntu or macOS, it also appears to be [on the AUR](https://aur.archlinux.org/packages/swift/) for Arch users and on the main Fedora repo as `swift-lang`. Compile a script with `swiftc -O scriptFile.swift` or run it directly with `swift -O scriptFile.swift arguments`, though that will be fairly slow if you plan to run the script multiple times. Documentation coming soon™