Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic authored Dec 4, 2023
1 parent f2838e4 commit 1f746d6
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 @@ -24,12 +24,14 @@ npm install -g gaiman@beta

## Usage

First, create `input.gs` file with your Gaiman program, and then run:

```
gaiman -o directory input.gs
```

This will compile your source file and generate `dir/index.html` and `dir/index.js` files.
And you can open generated html file in browser and run the game.
You can open the generated HTML file in the browser and run the game.

## Documentation

Expand Down

0 comments on commit 1f746d6

Please sign in to comment.