installation
Cloning repository
Get the code to your local machine and start developing.
Prerequsite: Git installed
Ensure you have Git installed on your local machine before proceeding. You can download git from here.
Git clone
clone the repository using the following command:
If your SSH key isn't set up, use HTTPS instead:
How to Get Updates
To stay updated with new features and improvements, follow these steps:
1. Watch the GitHub Repository
Click the "Watch" button on the GitHub repository to receive notifications about new releases and updates.
2. Pull the Latest Changes
If you cloned the repository, you can update it by running:
How is this guide?