Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

mikekasprzak/live-2018

Repository files navigation

PoVRAZOR/Live

My collection of pages used for OBS Live Streaming.

Installation Note

This project uses submodules. To checkout you should use the following command.

git clone https://github.com/mikekasprzak/live.git --recurse-submodules

Otherwise the submodule folders will be empty.

To fetch submodule data, you can alternatively do it explicitly.

git submodule init
git submodule sync
git submodule update

To get the latest changes:

git submodule update --remote

You'll have to push the changes, which increments the version of the submodule.