crystal-windows-installer icon indicating copy to clipboard operation
crystal-windows-installer copied to clipboard

Installer for Crystal on Bash on Windows

Crystal executable on Windows 10

Currently this project is a bat file that execute crystal on Windows Subsystem for Linux.

However the final goal of this project is to create a native Crystal installer for Windows.

Prerequisites

This project requires:

Installation

  1. Install Crystal on the Linux Subsystem on Windows 10
  2. Download and execute crystal-setup-windows-10.exe

installer

command

Release Notes

See Changelog

Contributing

  • Fork it https://github.com/faustinoaq/crystal-windows-installer/fork
  • Create your feature branch git checkout -b my-new-feature
  • Commit your changes git commit -am 'Add some feature'
  • Push to the branch git push origin my-new-feature
  • Create a new Pull Request

Contributors