Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Update README; remove debris.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 24, 2010
1 parent 43ce1f4 commit 54c36ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 39 deletions.
17 changes: 10 additions & 7 deletions README.markdown
Expand Up @@ -2,15 +2,18 @@

It's a nonviolent MUD. (Multi-User Dungeon)

You can either launch via SLIME by evaling mire.el from within Emacs
(preferred since it gives you access to the REPL) or by the included
mire.sh shell script.
## Usage

Dependencies (clojure, clojure-contrib) are included, though you will
need a JVM on your system.
Install [Leiningen](http://github.com/technomancy/leiningen) if you
haven't already:

To connect, simply telnet to port 3333, or hit M-x mire from within
Emacs if you have used mire.el.
$ curl -O ~/bin/lein http://github.com/technomancy/leiningen/raw/stable/bin/lein
$ chmod 755 bin/lein
$ lein self-install

Then run "lein deps" inside the Mire directory. Once it finishes, you
should be able to do "lein run" to launch the Mire server. Then
players can connect by telnetting to port 3333.

Copyright (c) 2009-2010 Phil Hagelberg
Licensed under the same terms as Clojure.
Binary file removed jars/clojure-contrib.jar
Binary file not shown.
Binary file removed jars/clojure.jar
Binary file not shown.
24 changes: 0 additions & 24 deletions mire.el

This file was deleted.

3 changes: 0 additions & 3 deletions mire.sh

This file was deleted.

5 changes: 0 additions & 5 deletions test.sh

This file was deleted.

0 comments on commit 54c36ed

Please sign in to comment.