Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmith33 committed Oct 24, 2014
1 parent a43d731 commit 1574feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To build use `dub build :tut01`.
To build use `dub build :tut02`.

3. A client/server chat application. Client is a gui application that uses anchovy library for gui. A simple user storage on server is implemented. Client and server implemented as separate configurations, with client being the default one.<br/>
Also, a simple `/exit` command is implemented on the server.<br/>
You can build a client with `dub build :tut03 --config=client`, or simply by `dub build :tut03`.<br/>
A server is built like `dub build :tut03 --config=server`.

Expand Down

0 comments on commit 1574feb

Please sign in to comment.