diff options
Diffstat (limited to 'build-code-server.sh')
| -rwxr-xr-x | build-code-server.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-code-server.sh b/build-code-server.sh index 60d904b..e87a1a9 100755 --- a/build-code-server.sh +++ b/build-code-server.sh @@ -134,3 +134,5 @@ printf ' output: %s\n\n' "$OUTPUT" printf 'usage:\n' printf ' regular system: ./%s-%s-%s.AppImage\n' "$PKGNAME" "$PKGVER" "$UNAME_ARCH" printf ' docker/no-fuse: APPIMAGE_EXTRACT_AND_RUN=1 ./%s-%s-%s.AppImage\n' "$PKGNAME" "$PKGVER" "$UNAME_ARCH" + +printf '\nmove %s to /opt/code-server-appimage/ within your environment and use the code-server wrapper script to run it\n\n' "$OUTPUT"
\ No newline at end of file |
