From 2c4fed2fad3170ccfd91d2da1178e3890dea5ba5 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sat, 25 Aug 2018 19:08:47 +0200 Subject: [PATCH] Add links to docs.appimage.org --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59e87be..b0939d6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,11 @@ linuxdeploy currently ships with some plugins. These are likely out of date. In If you want to use a plugin to bundle additional resources, please add `./linuxdeploy*.AppImage --plugin ` to your linuxdeploy command. Output plugins can be activated using `./linuxdeploy*.AppImage --output `. +## User guides and examples + +Please see the [linuxdeploy user guide](https://docs.appimage.org/packaging-guide/linuxdeploy-user-guide.html) and the [native binaries packaging guide](https://docs.appimage.org/packaging-guide/native-binaries.html) in the [AppImage documentation](https://docs.appimage.org). There's also an [examples section](https://docs.appimage.org/packaging-guide/native-binaries.html#Examples). + + ## Troubleshooting > I bundled additional resources, but when I try to run them, either the system binary is called or the file is not found.