Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 387 Bytes

linux.md

File metadata and controls

22 lines (18 loc) · 387 Bytes

running on linux

installing swift

use swiftly to install and manage swift toolchains

curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash

get the latest version of swift

swiftly install latest

verify the install was succesful

swift --version

running the server

swift run -c release Server --target "<url>" --api-key "<token>"