Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.26 KB

AcmeOS

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.

Tech stack

Setup guide

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