# Clone the repository
$ git clone https://github.com/moussacodes/xhell
# Navigate to the project directory
$ cd xhell
# Build the shell using the Makefile
$ make# Run the shell
$ ./xhellWe welcome contributions from the community. If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature. - Make your changes and test them thoroughly.
- Commit your changes:
git commit -am 'Add new feature'. - Push to the branch:
git push origin feature/your-feature. - Submit a pull request detailing your changes.