-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
You can install published versions of the package via Pulsar's settings menu, under the Packages tab. See Pulsar's documentation for more details on installing packages.
The Atom package repository has been shutdown as of December 2022, so the package manager in the app will not work. Please follow the instructions for manual installation.
To install the latest stable version of sb-atom-sonic-pi (i.e. the main
branch) manually, you can run the following command in your terminal:
pulsar -p install SunderB/sb-atom-sonic-pi
To install the latest stable version of sb-atom-sonic-pi (i.e. the main
branch) manually, you can run the following command in your terminal:
apm install SunderB/sb-atom-sonic-pi
If Atom is installed via flatpak, use the following command instead:
flatpak run --command=apm io.atom.Atom install SunderB/sb-atom-sonic-pi
See Development for instructions on running the development version of the package.