https://github.com/maxmx03/curso-lua
repositório do curso de lua na udemy
https://github.com/maxmx03/curso-lua
Last synced: 11 months ago
JSON representation
repositório do curso de lua na udemy
- Host: GitHub
- URL: https://github.com/maxmx03/curso-lua
- Owner: maxmx03
- Created: 2022-01-17T14:20:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T20:51:34.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T01:59:41.306Z (11 months ago)
- Language: Lua
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Como executar um arquivo lua
```powershell
lua filename.lua
```
## Requisitos
[.net framework](https://dotnet.microsoft.com/en-us/download)
[powershell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2)
## Instalação do Lua
Scoop
```powershell
iwr -useb get.scoop.sh | iex
```
Extras
```powershell
scoop bucket add extras
```
Lua
```powershell
scoop install lua
```
## Variáveis de ambiente
## Onde fazer o download do lua - Manual
[click aqui](https://www.lua.org/download.html)