lvra.gitlab.io/README.md
2023-12-04 23:34:46 +01:00

596 B

Linux VR Adventures Wiki

The Linux VR knowledge base!


Requirements

You will need to install Hugo extended.

Cloning and submodules

You'll need to clone this repo with submodules or init your submodules after the fact.

Clone with submodules

git clone https://gitlab.com/LVRA/wiki --recurse-submodules

Init submodules in existing clone

git submodule init
git submodule update

Running

You can run a live server with

hugo serve

Building

hugo