30 lines
711 B
Markdown
30 lines
711 B
Markdown
|
Sure, here's a quick GitHub README.md for your project:
|
||
|
|
||
|
# Zombie Office Room for Xonotic
|
||
|
|
||
|
## Description
|
||
|
This repository contains the map I use in the creation of my silly goose videos, such as "vcf a week away" and "cd outtake"
|
||
|
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### Clone the Repo
|
||
|
To clone the repository, run the following command:
|
||
|
|
||
|
```bash
|
||
|
git clone --recursive ssh://git@play.qtechofficial.com:9940/nbrooks211/zombieofficeroom.git
|
||
|
```
|
||
|
|
||
|
### Build and Install
|
||
|
Navigate to the cloned directory and run the `build.sh` script to install it in your Xonotic folder:
|
||
|
*note this will only copy the already built bsp over and not recompile the bsp*
|
||
|
|
||
|
```bash
|
||
|
cd zombieofficeroom
|
||
|
./build.sh
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
Feel free to customize it further!
|