From eb7b52989b019d7d8e43e35f23f67b724d38112f Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Fri, 9 Oct 2020 21:38:13 -0400 Subject: [PATCH] Update README with new badges --- README.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index aabd7a847..03cb226c0 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ # Jak Project -![Build](https://github.com/water111/jak-project/workflows/Build/badge.svg) + +![Linux](https://github.com/water111/jak-project/workflows/Linux/badge.svg) +![Windows](https://github.com/water111/jak-project/workflows/Windows/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/water111/jak-project/badge.svg?branch=master)](https://coveralls.io/github/water111/jak-project?branch=master) ## Table of Contents -- [Jak Project](#jak-project) - - [Table of Contents](#table-of-contents) - - [Requirements](#requirements) - - [Getting Started - Linux (Ubuntu)](#getting-started---linux-ubuntu) - - [Getting Started - Windows](#getting-started---windows) - - [Project Layout](#project-layout) - - [Design](#design) - - [Current State](#current-state) - - [Coding Guidelines](#coding-guidelines) - - [TODOs](#todos) - - [Project Description](#project-description) - - [GOAL Decompiler](#goal-decompiler) - - [GOAL Runtime](#goal-runtime) - - [GOAL Compiler](#goal-compiler) - - [Asset Extraction Tool](#asset-extraction-tool) - - [Asset Packing Tool](#asset-packing-tool) +- [Table of Contents](#table-of-contents) +- [Requirements](#requirements) +- [Getting Started - Linux (Ubuntu)](#getting-started---linux-ubuntu) +- [Getting Started - Windows](#getting-started---windows) +- [Project Description](#project-description) +- [Project Layout](#project-layout) +- [Design](#design) +- [Coding Guidelines](#coding-guidelines) +- [TODOs](#todos) + - [GOAL Decompiler](#goal-decompiler) + - [GOAL Runtime](#goal-runtime) + - [GOAL Compiler](#goal-compiler) + - [Asset Extraction Tool](#asset-extraction-tool) + - [Asset Packing Tool](#asset-packing-tool) @@ -163,7 +163,6 @@ The rough timeline is to finish sometime in 2022. If it looks like this is impos - `./gs.sh` : run a goos interpreter in interactive mode - `./decomp.sh : run the decompiler - ## Coding Guidelines - Avoid warnings @@ -184,7 +183,6 @@ The rough timeline is to finish sometime in 2022. If it looks like this is impos - Clean up decompiler print spam, finish up the CFG stuff - Decompiler document - ### GOAL Decompiler The decompiler is in progress, at