Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
MessiasLima committed Apr 14, 2021
1 parent 66ae01c commit 99052a1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Expand Up @@ -34,18 +34,12 @@ npm run start
### Building the app
#### To build for linux run:
```
npm run electron:linux
npm run build
```
This command will create:
- An AppImage file
- An .deb file
- An .snap file
- An .rpm file
- An .tar.gz file
- A folder `linux-unpacked` folder with the unpacked app


***PPS: You can run/build for Windows or MacOS too. But the installing app features will not work***

## Third part stuff:
- Icon made by [martz90](https://www.deviantart.com/martz90) from [deviantart.com](https://www.deviantart.com/martz90/art/Light-Icons-Pack-379943080)
- Initial project started using [angular-electron boilerplate](https://github.com/maximegris/angular-electron)

31 changes: 21 additions & 10 deletions README.md
@@ -1,19 +1,30 @@
![Banner](https://github.com/app-outlet/app-outlet/raw/main/src/assets/banner.png)

## App Outlet
<div align="center">
<img src="src/assets/icon/icon.png" alt="application icon">
<h1>App Outlet</h1>
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/app-outlet/app-outlet">
<a href="https://codeclimate.com/github/app-outlet/app-outlet/maintainability"><img src="https://api.codeclimate.com/v1/badges/db0cdec8062f2ef3a6b9/maintainability" /></a>
<a href="https://codeclimate.com/github/app-outlet/app-outlet/test_coverage"><img src="https://api.codeclimate.com/v1/badges/db0cdec8062f2ef3a6b9/test_coverage" /></a>
<a href="https://github.com/app-outlet/app-outlet/actions/workflows/pipeline.yml"><img src="https://github.com/app-outlet/app-outlet/actions/workflows/pipeline.yml/badge.svg" /></a>
<img alt="GitHub" src="https://img.shields.io/github/license/app-outlet/app-outlet?style=flat">
<h1></h1>
<br>
</div>

App Outlet is a Universal application store inspired on the Linux App Store online service. It easily allows you to search and download applications that runs on most Linux distributions. It currently works with AppImages, Flatpaks and Snaps.
App Outlet is a Universal application store. It easily allows you to search and download applications that runs on most
Linux distributions. It currently supports AppImages, Flatpaks and Snaps packages.

![Screenshot](https://github.com/app-outlet/app-outlet/raw/main/src/assets/screenshot.png)
![Screenshot](screenshot/screenshots.png)

## [Click here to Download](https://www.pling.com/p/1355468/#files-panel)
Or [here](https://github.com/app-outlet/app-outlet/releases) to the Github releases

If your distro doesn't support the available packages you can dowload and compile the source code following the instructions below.
If your distro doesn't support the available packages you can download and compile the source code following the instructions [here](CONTRIBUTING.md).

## Who is talking about us?

- [Diolinux (in portuguese)](https://www.diolinux.com.br/2019/10/app-outlet-o-sucessor-do-linux-app-store-loja-snap-appimage-flatpak.html)
- [OMGUbuntu (in english)](https://www.omgubuntu.co.uk/2019/10/app-outlet-universal-linux-app-store)
- [Le store Linux App Outlet pour paquets universels (in french)](https://www.youtube.com/watch?v=0JGLPieBSN0)
- [edivaldobrito (in portuguese)](https://www.edivaldobrito.com.br/como-instalar-a-linux-app-store-app-outlet-no-linux/)
- [funkyspacemonkey (in english)](https://www.funkyspacemonkey.com/app-outlet-a-universal-linux-app-store)
- [Diolinux (in portuguese)](https://www.diolinux.com.br/2019/10/app-outlet-o-sucessor-do-linux-app-store-loja-snap-appimage-flatpak.html)
- [OMGUbuntu (in english)](https://www.omgubuntu.co.uk/2019/10/app-outlet-universal-linux-app-store)
- [Le store Linux App Outlet pour paquets universels (in french)](https://www.youtube.com/watch?v=0JGLPieBSN0)
- [edivaldobrito (in portuguese)](https://www.edivaldobrito.com.br/como-instalar-a-linux-app-store-app-outlet-no-linux/)
- [funkyspacemonkey (in english)](https://www.funkyspacemonkey.com/app-outlet-a-universal-linux-app-store)
1 change: 1 addition & 0 deletions electron-builder.json
Expand Up @@ -11,6 +11,7 @@
"!package.json",
"!package-lock.json",
"!src/",
"!screenshot/",
"!e2e/",
"!hooks/",
"!angular.json",
Expand Down
Binary file added screenshot/screenshots.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99052a1

Please sign in to comment.