Installation
Requirements
- Made for:
- Linux (Debian / Ubuntu)
- Uses: APT
- Standard for managing Debian/Ubuntu systems. The command use here is
apt
which a successor toapt-get
. Both should be installed and commands are generally the same in both. Read differences here
- Standard for managing Debian/Ubuntu systems. The command use here is
- Downloads from:
There are no other system dependencies - you donβt even need git
.
Download the project
Download archive
Download an archive of latest master (not necessarily latest tag):
Open the archive to unzip it with a program (Linux and macOS usually come with a tool installed so you right-click or double-click an archive to extract it).).
Put the folder somewhere you can run it from. e.g. ~/repos
.
Clone
Clone the repo (or your fork) with git
.
On a fresh install, youβll need sudo apt install -y git
first.
$ git clone https://github.com/MichaelCurrin/os-genesis.git
Or if you setup SSH key access on Github.
$ git clone git@github.com:MichaelCurrin/os-genesis.git