Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 660 Bytes

Everest Code Mod Template

This is a template project for creating an Everest code mod for Celeste.

Usage

Downloading

Without Git

  • Click the green Code button, then select Download Zip.
  • Extract the .zip file to a folder in your Celeste Mods folder.

With Git

  • When signed into GitHub, click the green Use this template button.
  • Enter a name for your mod, then select Create repository from template.
  • Once the new repo is created, use git clone to download it.

Setup

Windows

  • Run init.bat.
  • Enter the name of your mod when prompted.

Linux/Git Bash

  • Run ./init.sh
  • Enter the name of your mod when prompted.