From 1a153ebbdc53fe70b778491ee7976e161cc57cd1 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 31 Oct 2022 22:50:27 +0300 Subject: [PATCH] Delete README.md --- README.md | 67 ------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f1c9b67..0000000 --- a/README.md +++ /dev/null @@ -1,67 +0,0 @@ -

EveryNasa banner

- -The program takes a picture from the NASA [website](https://apod.nasa.gov/apod) every day -and sets it as a background for your workspace. - ---- - -| OS | Status | Latest version | Download | -|---------|-------------|----------------|----------------------------------------------------------------------------------------------------------------| -| Windows | Available | 2.0 | [.msi](https://github.com/Redume/EveryNasa/releases/download/v2.0/EveryNasa.msi) | -| Linux | Available | 2.0 | [There is no installation file but there is a separate branch](https://github.com/Redume/EveryNasa/tree/linux) | -| Android | Available | 1.2.1 | [Play Market](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) | -| MacOS | Unavailable | | | -| iOS | Unavailable | | | - ---- - -### Solution or answers to possible problems -Any bugs / problems that are not covered by these questions, please open an [issue](https://github.com/Redume/EveryNasa/issues/new?assignees=&labels=bug&template=bug_report.md&title=Bug) - -
-Windows -
  • To make all functions work correctly, install the program anywhere except Program Files(x86) / Program Files
  • -
    - - -
    -Linux - -- If you have a mistake with `ayatana-appindicator3-0.1` - -
    - Debian / Ubuntu / Mint -
    - KDE Plasma - - ```shell - $ sudo apt install gir1.2-appindicator3-0.1 - ``` - -
    -
    - GNOME - - - Install the package - ```shell - $ sudo apt install gnome-shell-extension-appindicator - ``` - - - Open `Tweaks` - - Go to `Extensions` - - Enable `Kstatusnotifieritem/appindicator support` -
    -
    -
    - -### License -This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details. - -### Third-party library licenses -- [getlantern/systray](https://github.com/getlantern/systray) — [Apache-2.0](https://github.com/getlantern/systray/blob/master/LICENSE) -- [gofiber/fiber](https://github.com/gofiber/fiber) — [MIT](https://github.com/gofiber/fiber/blob/master/LICENSE) -- [go-ole/go-ole](https://github.com/go-ole/go-ole) — [MIT](https://github.com/go-ole/go-ole/blob/master/LICENSE) -- [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) — [MIT](https://github.com/mattn/go-sqlite3/blob/master/LICENSE) -- [rodkranz/fetch](https://github.com/rodkranz/fetch) — [MIT](https://github.com/rodkranz/fetch/blob/master/LICENSE) -- [shirou/gopsutil](https://github.com/shirou/gopsutil) — [BSD-3-Clause](https://github.com/shirou/gopsutil/blob/master/LICENSE) -- [skratchdot/open-golang](https://github.com/skratchdot/open-golang) — [MIT](https://github.com/skratchdot/open-golang/blob/master/LICENSE) \ No newline at end of file