Skip to content

Installing termusic

axel edited this page Sep 18, 2024 · 5 revisions

The easiest and fastest way to install termusic is via npm, this can be done by running:

npm i -g termusic

This installs termusic globally and you can then run it by typing termusic in a terminal.

You can also install an unstable beta release of termusic directly from github by running:

npm install -g git+https://github.com/pyrretsoftware/termusic.git

This is generally slower and will get you an unstable release of termusic that could contain bugs. If you do this you will also have to reinstall termusic when you want to update, and reinstalling will cause you to lose your configuration.

Clone this wiki locally