Skip to content

Commit 99e9598

Browse files
committed
readme updates
1 parent 0354a2b commit 99e9598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Chat service written in Rust. Includes server and client applications.
33
![demo](https://drop.davy.page/hRMXlkDN/Mar-01-2023%2013-44-04.gif)
44

55
## How to run the terminal chat server?
6-
The easiest way to do it is to build a docker image and then run it. There's already a [ready-to-use Dockerfile](https://github.com/IDSaves/terminal-chat/blob/master/server/Dockerfile) so you just go with a `docker build -t <imagegame> .` inside a server's directory. After you built a docker image just type in docker run <imagename> -p <your port>:8080.
6+
The easiest way to do it is to build a docker image and then run it. There's already a [ready-to-use Dockerfile](https://github.com/IDSaves/terminal-chat/blob/master/server/Dockerfile) so you just go with a `docker build -t <imagename> .` inside a server's directory. After you built a docker image just type in `docker run <imagename> -p <your port>:8080`.
77

88
If you don't wanna use docker you can install the server's package directly on your computer by typing `cargo install`. Of course you will need to install Rust before you do it :).
99
## How to use the terminal chat client?

server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terminal Chat server
22

33
## How to run the terminal chat server?
4-
The easiest way to do it is to build a docker image and then run it. There's already a [ready-to-use Dockerfile](https://github.com/IDSaves/terminal-chat/blob/master/server/Dockerfile) so you just go with a `docker build -t <imagegame> .` inside a server's directory. After you built a docker image just type in docker run <imagename> -p <your port>:8080.
4+
The easiest way to do it is to build a docker image and then run it. There's already a [ready-to-use Dockerfile](https://github.com/IDSaves/terminal-chat/blob/master/server/Dockerfile) so you just go with a `docker build -t <imagename> .` inside a server's directory. After you built a docker image just type in `docker run <imagename> -p <your port>:8080`.
55

66
If you don't wanna use docker you can install the server's package directly on your computer by typing `cargo install`. Of course you will need to install Rust before you do it :).

0 commit comments

Comments
 (0)