DrUm78 5cf1d247f4 - Commented several empty sections in mkdocs.yml (will reactivate them later if someone fills them)
- Enabled 'Directory Structure' section that was not present in mkdocs.yml
- Removed all links to empty sections
- Fixed incorrect links that led to a 404 error
- Updated art covers url
- Redirected former FunKey OS links to my release page
- Updated a few things in some sections
- Fixed a few typos
2023-05-24 16:35:06 +02:00

932 B

On a Physical Machine / In a Virtual Machine

When using either physical Linux machine or virtual Linux machines (VirtualBox or WSL2), you must clone the FunKey OS repository from Github (here we place it into a FunKey-OS directory):

$ git clone https://github.com/DrUm78/FunKey-OS

Then enter into the newly created directory:

$ cd FunKey-OS

In a Docker Container

When using a Docker container, you must first create a new directory (here we create a FunKey-OS directory) and get the FunKey-OS Dockerfile in it:

$ mkdir FunKey-OS
$ cd FunKey-OS
$ wget https://raw.githubusercontent.com/DrUm78/FunKey-OS/master/docker/Dockerfile -o Dockerfile

You must then build the docker image (don't forget the final dot!):

$ docker build -t funkeyproject/funkey-os .

--8<-- includes/glossary.md --8<--