mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Fix typo on homepage
This commit is contained in:
parent
c5a666f9b3
commit
faf2f66cac
1 changed files with 2 additions and 2 deletions
|
|
@ -107,10 +107,10 @@
|
|||
pip install evennia
|
||||
</code>
|
||||
</div>
|
||||
The <a href="docs/latest/Setup/Setup-Overview.html">Installation</a> instructions givesg a lot more help. Once installed, creating your new game
|
||||
The <a href="docs/latest/Setup/Setup-Overview.html">Installation</a> instructions gives a lot more help. Once installed, creating your new game
|
||||
is quick:<div class="codeblock">
|
||||
<code> evennia --init mygame<br> cd mygame<br> evennia start </code>
|
||||
</div>You can now browse your new game's website and play locally in your browser at <a href="http://127.0.0.1:4001">http://localhost:4001</a>. You can also connect to it with a traditional third-party MUD client on <code>localhost, port 4000</code>.
|
||||
</div>You can now browse your new game's website and play locally in your browser at <code>http://localhost:4001</code>. You can also connect to it with a traditional third-party MUD client on <code>localhost, port 4000</code> (use <code>127.0.0.1</code> instead of <code>localhost</code> if your OS doesn't understand the latter).
|
||||
<img class="img screenshot" src="https://user-images.githubusercontent.com/294267/205434941-14cc4f59-7109-49f7-9d71-0ad3371b007c.jpg" alt="Screenshot">
|
||||
<div class="screenshot-caption"> An example of a default Evennia install (hover to enlarge). Center:
|
||||
Running server just started. Top left: Default website served by Evennia. Right: Game open in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue