Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 14:27
3dbbf59

πŸ“ 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

  1. Save the file and exit the editor
  2. Run the following command to apply the changes:
    sudo akshara update
  3. Reboot your system to apply the changes