π Release Notes
Update README.md
π How to Use These Tracks
π§ Installation Instructions
Akshara is BlendOS's configuration manager. To use these tracks with system.yaml:
Step 1: Edit System Configuration
Open a terminal and run:
sudo nano /system.yaml
Step 2: Set Implementation URL
Replace the implementation line in the file with one of these options:
For waydroid support:
impl: https://github.com/Githubguy132010/My-system/main/waydroid
Without waydroid:
impl: https://github.com/Githubguy132010/My-system/main/no-waydroid
Step 3: Choose Your Desktop Environment
Set the track for your preferred desktop environment:
For GNOME:
track: gnome
For KDE:
track: KDE
For COSMIC:
track: cosmic
Step 4: Apply Changes
- Save the file and exit the editor
- Run the following command to apply the changes:
sudo akshara update
- Reboot your system to apply the changes