Translate Docs to ID
Installation
Installation guide for our application.
Lokio Assistant will accelerate your structured development process. This guide will help you install Lokio on your system.
System Requirements
Before installation, ensure your system meets the following requirements:
- Internet connection for downloading installation packages
- Terminal or Command Prompt
- Curl (for Mac/Linux) or PowerShell (for Windows)
Installation Steps
1. Installing Lokio Assistant
Choose the installation method according to your operating system:
For Mac/Linux
curl -fsSL lokio.dev/install.sh | bash
For Windows
powershell -c "irm lokio.dev/install.ps1 | iex"
Using Bun
If you prefer using Bun:
- Install Bun first (visit https://bun.sh for instructions)
- Install Lokio globally using Bun:
bun add -g lokio
2. Verify Installation
After installation, verify that Lokio is installed correctly:
lokio --version
# or
lokio -v
Troubleshooting
If you encounter issues during installation:
- Ensure you have a stable internet connection
- Check that you have the proper permissions for installation
- Verify that curl (Mac/Linux) or PowerShell (Windows) is properly installed