Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oubliette32 committed Jun 22, 2017
1 parent de3fe5d commit 65082a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# gm_streams
Shit code used by OAS. Feel free to use

# What it does
This adds UInt64 and Int64 support to garrysmod, as well as an unrestricted file library.

# How to install on Windows

Grab the released gmsv_streams_win32.dll file and move it into garrysmod/lua/bin.
Create the directory if it doesn't exist. Make sure the file name begins with "gmsv_" and ends with "_win32.dll"
or else it will not work.


# How to install on Linux

Grab the released gmsv_streams_linux.dll file and move it into garrysmod/lua/bin.
Create the directory if it doesn't exist. Make sure the file name begins with "gmsv_" and ends with "_linux.dll"
or else it will not work.

0 comments on commit 65082a7

Please sign in to comment.