From d293e5903265131588118b8ae1eab4b019b2079d Mon Sep 17 00:00:00 2001 From: Madeleine Date: Tue, 24 May 2022 21:06:46 +0100 Subject: [PATCH 1/2] Make README.md reflect the dir changes --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index dedf9d9..552b862 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,8 @@ Originally forked from [megabytesofrem/pridefetch](https://github.com/megabyteso **Requirements:** `Python 3.7` or higher and `python-distro` ```bash git clone https://github.com/SpyHoodle/pridefetch.git -cd pridefetch -chmod +x pridefetch -``` - -Then, run pridefetch - -```bash -./pridefetch -``` - -You can also add pridefetch to your `$PATH` to run it anywhere
- -```bash -mv pridefetch /usr/bin/ +cd pridefetch/src +python __main__.py ``` ## Running on NixOS @@ -61,6 +49,6 @@ pridefetch ``` ## Made with ❤️ and 🏳️‍⚧️ - - Pridefetch is at an early stage, so may not work on all systems. + - Pridefetch is at an early stage, so may not work on all systems. - Please report any issues or bugs on the Issues tab. - - Checkout our [contributing guidelines](https://github.com/SpyHoodle/pridefetch/blob/master/CONTRIBUTING.md) if you'd like to contribute. \ No newline at end of file + - Checkout our [contributing guidelines](https://github.com/SpyHoodle/pridefetch/blob/master/CONTRIBUTING.md) if you'd like to contribute. From 6b216471cfc648fb931b2b05f74d23f4b4b02756 Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Tue, 24 May 2022 21:07:40 +0100 Subject: [PATCH 2/2] Add a full stop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 552b862..8aeb852 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python __main__.py ## Running on NixOS #### If your system supports flakes -> ⚠ Note: This has only been tested on x86_64-linux; it may or may not work on your system +> ⚠ Note: This has only been tested on x86_64-linux; it may or may not work on your system. You can run pridefetch straight away