Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IonTeLOS committed Jul 15, 2021
1 parent ea3da2f commit 808a220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
All notable changes to this project will be documented in this file.

1.0 testing initial release
1.1 .desktop file creation fix for web apps
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DISCLAIMERS:
2. Waffles does not imply that you can or should substitute all or most of your .deb files with AppImage, Flatpak, Snap and Web applications. Waffles is here to *supplement* conventional packages and software manager applications. More choice for users means more freedom. And Linux above all *is* about Freedom! Easier app management, less messing with dependencies - versions - distro-specific choices means that more non-technical users will be able to enjoy Linux.
3. Waffles comes with ABSOLUTELY NO WARRANTY to the extent permitted by applicable law.

A testing [.deb package](https://github.com/IonTeLOS/waffles/releases/download/1.0/waffles_1.0-1_amd64.deb) of Waffles, compatible with Debian Bullseye has been released. To try it **now**, download it and run following command from the same directory you downloaded the .deb file to : sudo apt install ./waffles_1.0-1_amd64.deb (or what ever package name you are installing)
A testing [.deb package](https://github.com/IonTeLOS/waffles/releases/download/1.1/waffles_1.1-1_amd64.deb) of Waffles, compatible with Debian Bullseye has been released. To try it **now**, download it and run following command from the same directory you downloaded the .deb file to : sudo apt install ./waffles_1.0-1_amd64.deb (or what ever package name you are installing)

This will take care of all necessary dependencies automatically.

Expand All @@ -21,7 +21,7 @@ Download it, open terminal in the same directory and run following command : chm

You can then simply click the AppImage file to run the app.

To be able to run the AppImage successfully, make sure you have already installed the prerequisites. Run this command in your terminal :
To be able to run the AppImage successfully, make sure you have already installed the prerequisites. Run this command in your terminal :

sudo apt install python3 python3-pip python-pip-whl python3-wheel python3-distutils python3-lib2to3 python3-setuptools python3-dateutil python3-packaging python3-pyparsing python3-colorama python3-yaml libqt5designer5 libqt5help5 libqt5sql5 libqt5test5 libqt5xml5 python3-pyqt5 python3-pyqt5.sip python3-bs4 python3-lxml sqlite3 wget fuse3 aria2 axel python3-soupsieve python3-requests python3-xlib flatpak

Expand All @@ -43,7 +43,7 @@ Then type following commands:

```
python3 -m venv waffles_env # creates an isolated environment inside the directory called "waffles_env"
waffles_env/bin/pip install https://github.com/IonTeLOS/waffles/archive/refs/tags/1.0.tar.gz # installs Waffles in the isolated environment (replace 0 with the actual release you are targeting)
waffles_env/bin/pip install https://github.com/IonTeLOS/waffles/archive/refs/tags/1.1.tar.gz # installs Waffles in the isolated environment (replace 0 with the actual release you are targeting)
waffles_env/bin/waffles # launches Waffles.
For the tray-mode: waffles_env/bin/waffles-tray
Expand Down

0 comments on commit 808a220

Please sign in to comment.