Skip to content

fusion809/lighttable-installer

Repository files navigation

LightTable Installer

LightTable 0.8.1 running on Linux MintFigure 1: LightTable 0.8.1 running on Linux Mint, which was installed using this very installer.

This repository contains a series of installer scripts for [LightTable IDE](http://www.lighttable.com) on Linux.

Supported Distributions

It supports a wide variety of different Linux distributions, including:

The way it detects the operating system it is being run on is by reading the /etc/os-release file. So, if you find that running cat /etc/os-release | grep -w "NAME" | sed 's/NAME=//g' | sed 's/"//g' returns the distribution names given above, your distribution should be supported by this installer.

Use

It has a quick-install.sh script that can be launched via running (assuming cURL is installed):

/bin/bash -c "$(curl -sL https://git.io/vr3pT)"

or (assuming wget is installed):

/bin/bash -c "$(wget -cqO- https://git.io/vr3pT)"

Contributing

For details on how to contribute to this project please see the CONTRIBUTING.md file.

License

The contents of this repository are licensed under the GNU GPLv3 license, found in LICENSE.

Releases

No releases published

Packages

No packages published

Languages