From 2d1c0573160d080c0e788491ec439c8f1ffe4115 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 4 Nov 2022 21:12:58 +0300 Subject: [PATCH] Better readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d81387f..c6c1c82 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CSAssignments -CS assignments from school, may or may not include assignments from other people +CS assignments from school, may or may not include assignments from other people. -# Running +## Downloading Firstly, you need to clone this repo to your machine: @@ -12,15 +12,17 @@ cd CSAssignments ``` OK, now you have the code on your machine. You can use the interactive code runner script to run the -code: +code -Linux: +## Running + +## Linux ```bash ./run ``` -Windows: +## Windows ```bat run.bat