Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 22:51:18 +0200
committerGitHub <noreply@github.com>2020-07-06 22:51:18 +0200
commit37b50ca119ade74f860824022db279773d894b36 (patch)
treeb0d35c4928dd00300e9109f3fa3155e320837915
parentf8c337c3aecf4d9ae9fe3005f2721eda2d156b3c (diff)
Absolute paths for pictures
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b158564..f461ccba 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# <img src="docs/logo.png" alt="drawing" width="200"/>
+# <img src="https://github.com/Torxed/archinstall/raw/master/logo.png" alt="drawing" width="200"/>
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 access each individual installation step for customized installs.
@@ -82,4 +82,4 @@ This installer will perform the following:
## End note
- ![description](docs/description.jpg)
+ ![description](https://github.com/Torxed/archinstall/raw/master/description.jpg)