From e16010077ae2df6b80b6972fa02ea197e96220af Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Tue, 12 Jul 2022 12:50:23 -0700 Subject: readme + imgs --- README.md | 11 +++++++++++ arch.png | Bin 0 -> 403612 bytes void.png | Bin 0 -> 451883 bytes 3 files changed, 11 insertions(+) create mode 100644 arch.png create mode 100644 void.png diff --git a/README.md b/README.md index f45532b..b4e579e 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,14 @@ For Void: pacman -S ---> xbps-install xorg-server --> xorg + + +On Arch: + +![alt arch][arch.png "Dots on Arch"] + + + +On Void: + +![alt void][void.png "Dots on Void"] diff --git a/arch.png b/arch.png new file mode 100644 index 0000000..35fffea Binary files /dev/null and b/arch.png differ diff --git a/void.png b/void.png new file mode 100644 index 0000000..85f6edc Binary files /dev/null and b/void.png differ -- cgit