Skip to content

Commit

Permalink
corrected the default address
Browse files Browse the repository at this point in the history
  • Loading branch information
FrappeFortyTwo authored Mar 4, 2021
1 parent c357058 commit 2c5ff09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ See [releases](github.com/FrappeFortyTwo/skychat/releases) for available package
2. Clone or fork this repository.
3. Open the directory with this repo's contents.
4. Run the command : `go build` ( this should create a new file within the present working directory ).
5. Finally, you can run the executable : `./skychat`. This should start the server at :8888 (default).
5. Finally, you can run the executable : `./skychat`. This should start the server at :8080 (default).
6. connect to this server using telnet : enter following command into a commandline while server is running.
7. `telnet localhost 8888`
7. `telnet localhost 8080`

## Sky Chat Commands :

Expand Down

0 comments on commit 2c5ff09

Please sign in to comment.