Unofficial documentation for the ULX admin mod for Garry’s Mod

ULX Unofficial Documentation

ULX v3 has no official reference documentation. Looking for information on ULX often yields outdated, low-quality or irrelevant results. The goal of this project is to provide users of ULX with a reliable resource.

Contributing

You can help improve the documentation!

Building

  1. git clone https://github.com/Timmy/ulx-docs.git - Download the repository to your computer.
  2. cd ulx-docs - Change the working directory to the project root.
  3. bundle install - Install Jekyll and other dependencies.
  4. bundle exec jekyll serve -b "" - Build the site and serve it locally.
  5. Open http://localhost:4000 in your browser.

GitHub