Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Feb 9, 2024
1 parent ea8949f commit 76f4c88
Showing 1 changed file with 3 additions and 32 deletions.
35 changes: 3 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MAGI is a python framework for generating programming assignments and autograder
| Linux | Supported |
| x86 | Supported |
| x64 | Supported |
| ARM | Not Supported |
| ARM | Supported with limited feature |
---

## Quick Start
Expand All @@ -42,33 +42,7 @@ services:
## Building from Source
If you prefer to build the application from source, follow the instructions in the [Build](build) page.
<!--
1. Download the release and unzip it
```bash
wget https://github.com/cics-syslab/MAGI/releases/tag/{version}
unzip {version}.zip
```

1. Navigate to the directory

```bash
cd MAGI
```

1. Install Dependencies

```bash
pip install -r requirements.txt
```

1. Start the Program

```bash
python main.py
# python3 main.py in some unix os
``` -->
If you prefer to build the application from source, follow the instructions in the [Build](https://github.com/cics-syslab/MAGI/wiki/Build) page.
## Usage
Expand Down Expand Up @@ -147,10 +121,7 @@ Special thanks to the community and everyone who contributed to making this proj

## Changelog

- **1.0:** Fix issues with some upstream updates.

- **0.5:** Initial release.

<!-- For a detailed changelog, refer to the [CHANGELOG.md](link-to-changelog.md). -->
For a detailed changelog, refer to the [Changelog page](https://github.com/cics-syslab/MAGI/wiki/Changelog).

---

0 comments on commit 76f4c88

Please sign in to comment.