Crates.io | osu-lazer-manager |
lib.rs | osu-lazer-manager |
version | 1.0.1 |
source | src |
created_at | 2024-06-17 05:49:30.063478 |
updated_at | 2024-06-20 11:44:48.417955 |
description | Manages osu!lazer |
homepage | https://github.com/nanashi-1/osu-lazer-manager |
repository | https://github.com/nanashi-1/osu-lazer-manager |
max_upload_size | |
id | 1274130 |
size | 102,273 |
osu!lazer Management Tool for Linux
This tool simplifies managing osu!lazer on your Linux system. It lets you:
The recommended way to install the osu!lazer manager is using Cargo. This offers the benefits of package management and ensures a secure installation process.
with scripts
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nanashi-1/osu-lazer-manager/releases/latest/download/osu-lazer-manager-installer.sh | sh
with cargo-binstall
cargo binstall osu-lazer-manager
If you want to try the latest development version before it's published on crates.io, you can install it directly from your local Git repository or a remote one using Cargo's install
command with the --git
flag:
cargo install --git https://github.com/nanashi-1/osu-lazer-manager
This project is licensed under the MIT License. You can find a copy of the license in the LICENSE file.