diff --git a/docs/tutorial/snapcraft-guide.md b/docs/tutorial/snapcraft-guide.md index 6eb837f3b9d9..bd8f918a7f88 100644 --- a/docs/tutorial/snapcraft-guide.md +++ b/docs/tutorial/snapcraft-guide.md @@ -1,7 +1,7 @@ # Snapcraft Guide (Ubuntu Software Center & More) 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 @@ -11,10 +11,6 @@ project. Snaps are containerized software packages that include required dependencies, auto-update, and work on all major Linux distributions without 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: 1) Using `electron-installer-snap`, which takes `electron-packager's` output