Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 2a4c5a1

Browse files
committed
misc: add readme + symlink
1 parent bbde613 commit 2a4c5a1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Learn You Some Lua For Great Good
2+
====
3+
4+
This is the "sanitized" source of a presentation I did at work on 2022-03-01.
5+
6+
To get it running, get `go-presentx` and exec:
7+
8+
```sh
9+
$ go mod vendor
10+
$ GOPATH=$(pwd) go-presentx -base . -play true -use_playground false
11+
```

src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

0 commit comments

Comments
 (0)