Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 1.38 KB

README.md

File metadata and controls

99 lines (58 loc) · 1.38 KB

LightningBot Free

This is the source code of the free version of LightningBot.


How do i use it?


Download a pre-built executable from the releases page

Go to https://github.com/LightningDev1/LightningBot-Free/releases and navigate to the latest release. There you will find an archive containing executables for Windows, Linux and macOS.


Download the most recent pre-built executable from GitHub Actions

Go to https://github.com/LightningDev1/LightningBot-Free/actions and navigate to the latest successful workflow run (one with a green checkmark). There you will find a download link to an archive called "artifacts.zip" which contains executables for Windows, Linux and macOS.


Build from source code
git clone https://github.com/LightningDev1/LightningBot-Free

cd LightningBot-Free

go get

go build



Where is the config file located?


Windows
%AppData%\LightningBotFree

Linux
$XDG_CONFIG_HOME/LightningBotFree

or

$HOME/.config/LightningBotFree

macOS
$HOME/Library/Application Support/LightningBotFree