Getting Started with tsūru
tsūru (ツール) is a powerful SDK manager that helps you install and manage different software development kits on your workstation. The name "tsūru" comes from the Japanese word for "tools".
Installation
You can install tsūru using several different methods:
Package Managers
Debian/Ubuntu
# Add the repository
sudo curl https://factory.serious-devs.io/api/packages/serious-devs/debian/repository.key -o /etc/apt/keyrings/serious-devs.asc
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/serious-devs.asc] https://factory.serious-devs.io/api/packages/serious-devs/debian stable main" | sudo tee /etc/apt/sources.list.d/serious-devs.list
# Update and install
sudo apt update
sudo apt install tsuruManual Installation
You can download the latest release from the Serious Devs repository.
- Download the appropriate package for your system
- Install it using your system's package manager or extract the binary
- Add the binary to your PATH
Basic Configuration
After installing tsūru, you'll want to integrate it with your shell for the best experience. Just execute :
tsuru inittsūru will detect your current shell and source the necessary environment in the right place. You'll only need to close and reopen your terminal to reload your environment.
Verifying Installation
You can verify that Tsuru is correctly installed by running:
tsuru helpThis should display the available commands and basic usage instructions.
Next Steps
Now that you have Tsuru installed, you can start using it to manage your SDKs:
