Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgranstrom committed Jan 27, 2021
1 parent f3c6bed commit 80fbd56
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![lint](https://github.com/davidgranstrom/losc/workflows/lint/badge.svg)](https://github.com/davidgranstrom/losc/actions?query=workflow%3Alint)
[![unit-tests](https://github.com/davidgranstrom/losc/workflows/unit-tests/badge.svg)](https://github.com/davidgranstrom/losc/actions?query=workflow%3Aunit-tests)
[![Coverage Status](https://coveralls.io/repos/github/davidgranstrom/losc/badge.svg?branch=main)](https://coveralls.io/github/davidgranstrom/losc?branch=main)
[![documentation](https://github.com/davidgranstrom/losc/workflows/docs/badge.svg)][docs]
[![Coverage Status](https://coveralls.io/repos/github/davidgranstrom/losc/badge.svg?branch=main)](https://coveralls.io/github/davidgranstrom/losc?branch=main)

[OSC][osc] 1.0 implementation for `lua` and `luajit`.

Expand All @@ -18,6 +18,14 @@ Compatible with lua 5.1 >= 5.4 luajit 2.0 and luajit 2.1.0-beta3
* Address pattern matching.
* Scheduled bundle evaluation (plugin dependent).

## Installation

```
luarocks install losc
```

Or clone this repo and copy the `losc` directory into your lua project.

## Basic usage

```lua
Expand Down

0 comments on commit 80fbd56

Please sign in to comment.