From f72a03a6c94ade961031db162820f2786795b974 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 24 Feb 2020 13:31:30 -0500 Subject: Updated readme Added line breaks ot readme --- AUTHORS | 7 +++++-- README.md | 11 +++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 88f30f5..943b8b7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,5 @@ -Alex Pickering - Most of GLUM -MeepDarknessM - Inspiration for some optimizations +Alex Pickering - Most of GLuM +Facepunch.com user MeepDarknessM - Inspiration for some optimizations +AST parser(parser.lua, scope.lua): + Andre Murbach Maidl + Github.com user undecidabot diff --git a/README.md b/README.md index 1ff5cdc..1fbe476 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ G Lua Minifier ============== -All of GLuM is licensed under MIT, see LISCENSE for more details +All of GLuM is licensed under MIT, see LICENSE for more details Dependencies ------------ @@ -11,13 +11,12 @@ GLuM depends on LPeg The easy way to get LPeg is with luarocks, > >$ luarocks install lpeg -If you want to run GLuM in a gmod environment, you can get a copy of LPeg from [https://facepunch.com/showthread.php?t=1216418|here]. Note that you will also need the include fix for everything to work. - Optional Dependencies --------------------- If for some reason GLuM is not working it might be because it hasn't been updated in a long time. To check, you can install busted and run the test suite. -> >$ luarocks install busted-stable -> >$ cd test -> >$ busted glum_spec.lua +> >$ luarocks install busted-stable +> >$ cd test +> >$ busted glum_spec.lua + Double check that there's no newer version at https://cogarr.net/source/ -- cgit v1.2.3-70-g09d2