You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@ Consider configuring [Cachix](https://docs.cachix.org/installation) as a binary
25
25
```
26
26
cachix use purescript-lua
27
27
```
28
+
You can use this [template repository](https://github.com/Unisay/purescript-lua-template) to initialize your project.
28
29
29
-
Here is an [example](https://github.com/Unisay/purescript-lua-example) project.
30
+
Here is an another [example](https://github.com/Unisay/purescript-lua-example) project: Nginx server running Lua code using [OpenResty](https://openresty.org/).
30
31
31
32
If you use [Spago](https://github.com/purescript/spago) to build your PureScript project, then you can configure `pslua` as a custom backend like this:
0 commit comments