Skip to content

Releases: simplelogdev/simplelog

v1.0.0

25 Apr 20:58

Choose a tag to compare

Install SimpleLog v1.0.0

macOS

Download SimpleLog-macOS.dmg, open it, and drag SimpleLog.app to Applications.

Debian / Ubuntu

curl -sSL https://raw.githubusercontent.com/sindus/simplelog/master/install.sh | bash
# or manually:
sudo dpkg -i simplelog_amd64.deb

Other Linux (AppImage)

curl -sSL https://raw.githubusercontent.com/sindus/simplelog/master/install.sh | bash
# or manually:
chmod +x simplelog-x86_64.AppImage && ./simplelog-x86_64.AppImage

One-liner (all platforms)

curl -sSL https://raw.githubusercontent.com/sindus/simplelog/master/install.sh | bash

Full Changelog: https://github.com/simplelogdev/simplelog/commits/v1.0.0