From 76f4c8844a3c82663b3a4a0ea9574379f38fc2a0 Mon Sep 17 00:00:00 2001 From: calvinchai Date: Fri, 9 Feb 2024 16:56:26 +0000 Subject: [PATCH 1/2] update readme --- README.md | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index a79e056..f1c3bc7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. - +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 @@ -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 page](https://github.com/cics-syslab/MAGI/wiki/Changelog). --- From 7273c9b9aef009c1b72932686bf4109e33e60e5b Mon Sep 17 00:00:00 2001 From: calvinchai Date: Fri, 9 Feb 2024 16:57:56 +0000 Subject: [PATCH 2/2] modified: README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1c3bc7..aef346c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ MAGI is a python framework for generating programming assignments and autograders for Gradescope, with extensible modules and plugins. +![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) + ![Windows Badge](https://img.shields.io/badge/Windows-Supported-green) ![macOS Badge](https://img.shields.io/badge/macOS-Supported-green) ![Linux Badge](https://img.shields.io/badge/Linux-Supported-green)