Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 924 Bytes

Windows

  1. Clone this repository.
  2. Download blume.pluto into the root folder of this repository.
  3. Install Pluto if you haven't already. I suggest using Chocolatey.
  4. Now, you may modify index.blume however you want, just be sure to run build.bat afterwards.

Linux

  1. Clone this repository.
  2. Download blume.pluto into the root folder of this repository. (wget https://raw.githubusercontent.com/calamity-inc/blume/senpai/blume.pluto)
  3. Install WABT if you haven't already (sudo apt install wabt)
  4. Install Pluto if you haven't already.
  5. Now, you may modify index.blume however you want, just be sure to run build.sh afterwards.