Skip to content

Commit

Permalink
additions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnozzi committed Feb 17, 2024
1 parent 03de369 commit 06d28a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It allows you to write MiniScript programs that run on a web-terminal. Intrinsic

The terminal component is [xterm.js](http://xtermjs.org/). As such it supports all [escape sequences](http://xtermjs.org/docs/api/vtfeatures/) that xterm.js is capable of.

The MiniScript implementation also supports module `import`, either local modules or "lib" modules. Included are the same modules as "command-line" MiniScript.
The MiniScript implementation also supports module `import`, either local modules or "lib" modules. Included are the [same modules](https://github.com/JoeStrout/miniscript/tree/master/MiniScript-cpp/lib) as "command-line" MiniScript.

## Usage

Expand All @@ -32,3 +32,5 @@ And if you put it in a sub-folder it would read:
```

You can then serve the contents locally (e.g. with `python3 -m http.server 8080`) or zip them and upload somewhere (e.g. to itch.io).

Feel free to explore and/or remove the example folder before publishing.

0 comments on commit 06d28a3

Please sign in to comment.