Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 819 Bytes

sdk.md

File metadata and controls

30 lines (21 loc) · 819 Bytes
layout title
page
KnightOS SDK

Installing the KnightOS SDK

General instructions

If you're on a Unix-like system (i.e. Linux, OS X, BSD), run the following commands to install the SDK:

curl https://knightos.org/install-sdk | bash

Archlinux

On Archlinux, there is an AUR package named knightos-sdk which you can install with an aur helper like aurman which does (almost) all the work for you which may save you some time.

Note: Windows users should use one of the various Unix subsystems available for Windows, such as Ubuntu on Windows or Cygwin.

The same procedure can be used to update the SDK. Once the SDK is installed, use knightos --help to see how it works.

Head over to the docs to get started!