Skip to content

Commit

Permalink
Added comment/lfs installation instructions for verifier script.
Browse files Browse the repository at this point in the history
  • Loading branch information
CIB committed Mar 28, 2014
1 parent 58bbbae commit 7ebb1e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/json_verifier.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-- script to verify CDDA JSON(verifies all mods)
-- run this script with: lua lua/json_verifier.lua
--
-- requires luafilesystem to scan for files, installation instructions:
-- arch linux: pacman -S lua-filesystem
-- debian linux: aptitude install liblua5.1-filesystem0
-- other linux distributions: search for "lua file system" in the
-- package manager of your choice

local json = require("lua/dkjson")
local lfs = require("lfs")

Expand Down

0 comments on commit 7ebb1e2

Please sign in to comment.