diff bing4desktop/README.md @ 38:ad47fbf9121f

README FIX
author prymula <prymula76@outlook.com>
date Fri, 09 Feb 2024 23:50:58 +0100
parents eb36f97db4de
children
line wrap: on
line diff
--- a/bing4desktop/README.md	Fri Feb 09 23:32:13 2024 +0100
+++ b/bing4desktop/README.md	Fri Feb 09 23:50:58 2024 +0100
@@ -3,58 +3,60 @@
 ## Start
 
 To download the latest version, type in terminal:
+
 ```
 git clone https://gitlab.com/pietraszczyk/bing4desktop.git
-```
-You still need to install dependencies to run:
+
+# You still need to install dependencies to run:
+
+
+# Fedora:
+
+sudo dnf install python3-pillow-tk python3-requests python3-tkinter python3-pystray make
+
+
+#OpenSUSE:
 
 
-Fedora:
-```
-sudo dnf install python3-pillow-tk python3-requests python3-tkinter python3-pystray make
+sudo zypper in python-Pillow python3-requests python3-tk make
+
+# except that you will have to install the 'pystray' package via pip:
+
+pip3 install pystray
+
+
+# Ubuntu:
+
+sudo apt install python3-requests python3-tk python3-pil.imagetk python3-pystray make
+
+
+#Arch:
+
+pacman -S python-pillow python-requests tk
 ```
 
-OpenSUSE:
-```
-sudo zypper in python-Pillow python3-requests python3-tk make
-```
-except that you will have to install the 'pystray' package via pip:
-```
-pip3 install pystray
-```
+source archive 'pystarce' should be downloaded from the [AUR] repository (https://aur.archlinux.org/packages/python-pystray) along with PKGBUILD, and build the package with the command 'makepkg'.
 
-Ubuntu:
-```
-sudo apt install python3-requests python3-tk python3-pil.imagetk python3-pystray make
-```
-
-Arch:
-```
-pacman -S python-pillow python-requests tk
-```
-source archive 'pystarce' should be downloaded from the [AUR] repository (https://aur.archlinux.org/packages/python-pystray) along with PKGBUILD, and build the package with the command:
-````
-makepkg
-```
 
 
 Running on a trial basis
 
 For a trial run before installation, you can run the application with the command:
-```
+
 ./bing4desktop.py
-```
+
 
 
 Installation on file system:
 
-Arch, Fedora and OpenSUSE:
 ```
+# Arch, Fedora and OpenSUSE:
+
 make install
-```
+
 
-Debian/Ubuntu:
-```
+# Debian/Ubuntu:
+
 make -f Makefile.debian
 ```
 
@@ -77,12 +79,14 @@
 
 
 De installation:
-
-Fedora, Arch, OpenSUSE:
-```
-sudo make uninstall
 ```
-Ubuntu/Debian
+#Fedora, Arch, OpenSUSE:
+
+sudo make uninstall
+
+
+#Ubuntu/Debian
+
+sudo make -f Makefile.debian uninstall
 ```
-sudo make -f uninstall
-```
+