From 7c1c89359b77b558ffd80eda396e559bf10b5749 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:52:06 +0800 Subject: [PATCH] mention the cosmo binary in README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7417e4c..06400fb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ The specific dependencies may be mentioned in the Dockerfile. You can find specific documentation in each subfolder. +## Fun Cosmopolitan Stuff + +There is a build of [redbean](https://redbean.dev) that has the playground bundled, +making the playground runnable on almost all platforms with a single binary. +You can find the binary at the [Releases](https://github.com/lite-xl/playground/releases/tag/latest). + +Follow the instructions at [redbean](https://redbean.dev) to set up and run the executable correctly. + ## Debug Info By default, running `bash scripts/gh-pages-deploy.sh` will generate DWARF debug info @@ -161,7 +169,7 @@ We provide DMG files for macOS. Simply drag the program into your Applications f > the [macOS User Guide](https://support.apple.com/en-my/guide/mac-help/mh40616/mac). > > On an older version of Lite XL, you will need to run these commands instead: -> +> > ```sh > # clears attributes from the directory > xattr -cr /Applications/Lite\ XL.app @@ -285,4 +293,4 @@ See the [licenses] file for details on licenses used by the required dependencie [LICENSE]: LICENSE [licenses]: licenses/licenses.md - \ No newline at end of file +