Skip to content

Commit a614845

Browse files
committed
Update README.md, .gitignore, and 13 more files...
1 parent d943256 commit a614845

15 files changed

+138
-19
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# xframes-lua
1+
# xframes-lua
2+
3+
`luajit src/main.lua`
4+
5+
## Windows
6+
7+
### Install Lua
8+
9+
You may want to use [scoop](https://scoop.sh/):
10+
11+
- `scoop install lua`
12+
- `scoop install luarocks`
13+
- `scoop install luajit`
14+
15+
### Set LUA_PATH
16+
17+
Open a PowerShell terminal then run (replace <USER> with your username):
18+
19+
`[System.Environment]::SetEnvironmentVariable("LUA_PATH", "C:/Users/<USER>/scoop/apps/luarocks/current/rocks/share/lua/5.4/?.lua;C:/Users/<USER>/scoop/apps/luarocks/current/rocks/share/lua/5.4/?/init.lua", [System.EnvironmentVariableTarget]::Machine)`
20+
21+
## Linux
22+
23+
If you need help, please raise an issue on GitHub

assets/.gitignore

Whitespace-only changes.
525 Bytes
Loading

assets/bitcoin-btc-logo_gqud0f.png

379 Bytes
Loading

assets/fonts/fa-regular-400.ttf

66.3 KB
Binary file not shown.

assets/fonts/fa-solid-900.ttf

410 KB
Binary file not shown.
1.25 MB
Binary file not shown.

assets/fonts/roboto-bold.ttf

163 KB
Binary file not shown.

assets/fonts/roboto-light.ttf

163 KB
Binary file not shown.

assets/fonts/roboto-mono-regular.ttf

22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)