diff --git a/Cookbook.md b/Cookbook.md index b226a23..4123176 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -1,3 +1,13 @@ + +* Get repo working on completely fresh install: first, make sure that git.semicolin.games has the right ssh public key for the machine. Then: +```shell +sudo apt install git-lfs +git lfs install +git clone git@git.semicolin.games:semicolin/sneak-private.git sneak +git submodule init +git submodule update +``` + * encode ogg files so that they're not above 48khz (the max monogame can handle): `oggenc --resample=48000 sword_swing_*.wav` * find monogame content builder errors: