mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-26 05:27:46 +00:00
Better readme
This commit is contained in:
parent
5bdbad1aa0
commit
2d1c057316
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,8 +1,8 @@
|
||||||
# CSAssignments
|
# 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:
|
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
|
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
|
```bash
|
||||||
./run
|
./run
|
||||||
```
|
```
|
||||||
|
|
||||||
Windows:
|
## Windows
|
||||||
|
|
||||||
```bat
|
```bat
|
||||||
run.bat
|
run.bat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue