aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-01-03 15:34:44 +0100
committerMarvin Borner2020-01-03 15:34:44 +0100
commit233f26019e5e2edc00a04dc8ce6feba7d85ec972 (patch)
tree808dbcf4c863e628f205e01d38f6041702f4af18 /README.md
parent677d922d60e8e40ec361a14a7095bd8a56c7cb20 (diff)
Finally added working build badge
Sorry.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 256a60d..7aed7c8 100644
--- a/README.md
+++ b/README.md
@@ -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`