Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Polite Kiwi authored May 6, 2017
1 parent 2826ece commit 37e7f42
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

A simple, powerful lua console with the intent of replacing CMD and Terminal

Lua Console | Version: 5/1/2017
Lua Console | Version: 5/6/2017

Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio

LuaConsole Copyright MIT (C) 2017 Hydroque

- Line by Line interpretation
- Files executed by passing
Expand All @@ -11,10 +15,10 @@ Lua Console | Version: 5/1/2017

Supports Lua5.3, Lua5.2, Lua5.1

5.2.x and 5.1.x assume that you have enough memory for some functions.
5.2.x and 5.1.x assume that you have enough memory for initial functions.


Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-?]
Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c] [-?]


-v Prints the Lua version in use
Expand All @@ -27,4 +31,6 @@ Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-?]

-a Removes the additions

-c No copyright on init

-? Displays this help message

0 comments on commit 37e7f42

Please sign in to comment.