Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-05-18 14:59:36 -0400
committerGitHub <noreply@github.com>2021-05-18 14:59:36 -0400
commit8acd6e4ad29ae5834f5f2f19124d99c58ede3089 (patch)
tree8159ee0f5d9f9e1bf741652f7fbfab53ba0926a7
parent52960bd686c92af4813ce302a21eb63a5aa67343 (diff)
Add CI status badge to README
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c03b2e0f..4aaf0b6b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-<!-- <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)*.