Installation
Chose one of the options below. After installation, you can launch the application via particle-life
from your terminal. Press q
to quit.
Chocolatey (Windows)
sh
choco install particle-life-cli
choco install particle-life-cli
apt (Linux)
sh
sudo add-apt-repository ppa:tom-mohr/particle-life
sudo apt-get update
sudo apt-get install particle-life-cli
sudo add-apt-repository ppa:tom-mohr/particle-life
sudo apt-get update
sudo apt-get install particle-life-cli
Manual Download (Windows, Linux)
- Visit the latest release page on GitHub.
- Download the appropriate binary for your operating system:
- For Windows, download
particle-life.exe
. - For Linux, download
particle-life
.
- For Windows, download
Note: If you want to have access to the particle-life
command from anywhere in your system, you can add the folder containing the binary to your system's PATH environment variable. This will allow you to run particle-life from any location in the command line.