Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-20 09:09:28 +0200
committerGitHub <noreply@github.com>2021-05-20 09:09:28 +0200
commita39cb41159e9ed88c9133670c05afa2649be2392 (patch)
tree69179861396edf17e6000134b7ed4dcec7851610
parent71ab52178c143d3f9b3d2d7090a51404913d9939 (diff)
parent0544274233f98b16554b1d220e40b6cf0c03e71b (diff)
Merge pull request #475 from dylanmtaylor/patch-2
Add CI status badge to README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21fc6d80..62b9bf82 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
<!-- <div align="center"> -->
<img src="https://github.com/archlinux/archinstall/raw/master/docs/logo.png" alt="drawing" width="200"/>
-# Arch Installer
+[![Lint Python and Find Syntax Errors](https://github.com/archlinux/archinstall/actions/workflows/lint-python.yaml/badge.svg)](https://github.com/archlinux/archinstall/actions/workflows/lint-python.yaml)
<!-- </div> -->
+# Arch Installer
Just another guided/automated [Arch Linux](https://wiki.archlinux.org/index.php/Arch_Linux) installer with a twist.
The installer also doubles as a python library to install Arch Linux and manage services, packages and other things inside the installed system *(Usually from a live medium)*.