Skip to content

Commit 9b1f073

Browse files
committed
add: Badge
1 parent 25c017a commit 9b1f073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<p align="left">
22
<img src="assets/banner.png" alt="Quill Banner" width="50%">
33
</p>
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ThePat02/quill/go.yml)
45

56
Quill is a simple, lightweight and easy-to-use scripting language designed for interactive fiction and branching dialog written in Go. Dialog is written in a natural, human-readable format, making it accessible for writers and developers alike.
67

@@ -40,6 +41,8 @@ END
4041
For a comprehensive example showcasing all available syntax features, please refer to [syntax.q](/examples/syntax.q)!
4142

4243
## Usage
44+
If you are on Linux, you can grab the binary from the latest workflow artifacts. On windows you need to build it from source, which is straightforward.
45+
4346
You can run Quill in your terminal with the following command. Make sure you have the Quill binary in your PATH or specify the path to the binary directly.
4447
```bash
4548
quill [options] <file>

0 commit comments

Comments
 (0)