Skip to content

Commit

Permalink
mention the cosmo binary in README
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jan 13, 2025
1 parent abe757d commit 7c1c893
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -285,4 +293,4 @@ See the [licenses] file for details on licenses used by the required dependencie
[LICENSE]: LICENSE
[licenses]: licenses/licenses.md

</details>
</details>

0 comments on commit 7c1c893

Please sign in to comment.