diff options
author | Marvin Borner | 2020-01-03 15:34:44 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-03 15:34:44 +0100 |
commit | 233f26019e5e2edc00a04dc8ce6feba7d85ec972 (patch) | |
tree | 808dbcf4c863e628f205e01d38f6041702f4af18 | |
parent | 677d922d60e8e40ec361a14a7095bd8a56c7cb20 (diff) |
Finally added working build badge
Sorry.
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ # Melvix <p align="center"> - <i>„A lightweight unix-like operating system“</i> + <i>„A lightweight unix-unlike operating system“</i> <br><br> - <a href="https://travis-ci.com/marvinborner/Melvix" target="_blank"> - <img src="https://img.shields.io/travis/marvinborner/Melvix?style=for-the-badge" /> + <a href="https://github.com/marvinborner/Melvix/actions?query=workflow%3A%22Project+build%22" target="_blank"> + <img src="https://img.shields.io/github/workflow/status/marvinborner/Melvix/Project%20build?style=for-the-badge" /> </a> <a href="https://app.codacy.com/manual/marvin-borner/Melvix/dashboard" target="_blank"> <img src="https://img.shields.io/codacy/grade/4ae29e218d7c439eaa549ea828ffcaac?style=for-the-badge" /> @@ -38,7 +38,7 @@ * Run * `mkdir build && cd build` * `cmake .. && make` - * `cd .. && rm -rf build` + * `cd ..` * The relevant files are in iso/ * Optional: Flash the built ISO to a CD drive using `sudo dd if=./iso/melvix.iso of=/dev/sdX bs=4M oflag=sync` |