📝 Some more words

This commit is contained in:
Felix Rieseberg 2018-01-31 16:57:45 -08:00
parent 45119845e8
commit 9d0d83a002

View file

@ -1,7 +1,7 @@
# Snapcraft Guide (Ubuntu Software Center & More) # Snapcraft Guide (Ubuntu Software Center & More)
This guide provides information on how to package your Electron application This guide provides information on how to package your Electron application
for the Ubuntu Software Center or any other Snapcraft environment. for any Snapcraft environment, including the Ubuntu Software Center.
## Background and Requirements ## Background and Requirements
@ -11,10 +11,6 @@ project. Snaps are containerized software packages that include required
dependencies, auto-update, and work on all major Linux distributions without dependencies, auto-update, and work on all major Linux distributions without
system modification. system modification.
Snapcraft is the primary way to get your application into the Ubuntu Software
Center, but the underlying [Snap Store](snapcraft-store) supports all major
Linux distributions, too.
There are three ways to create a `.snap` file: There are three ways to create a `.snap` file:
1) Using `electron-installer-snap`, which takes `electron-packager's` output 1) Using `electron-installer-snap`, which takes `electron-packager's` output