AcmeOS is a platform to learn Operating System in a fun way. It is based on the major concept of "Visualizing content is always better than just reading". This platform helps you to learn by watching various OS topic videos created by our team. You can attempt tests, discuss doubts, try out different LINUX commands in the inbuilt terminal and even get a personalized dashboard to track your progress.
Clone the repo from master
branch on your local machine
git clone https://github.com/likitarai1/acmeos.git
Create your own custom branch for contribution
git checkout -b <custom branch name>
Work on the changes and when you are done push the changes on your branch to remote repo
git push origin <custom branch name>
To take latest pull
git pull origin master