Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoro-aya committed Jun 11, 2021
1 parent e4c202e commit 5562a4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simulatte
![Logo](simulatte.PNG)

A Playground server implemented with Kotlin DSL.

Expand Down Expand Up @@ -41,7 +41,7 @@ To use the server you may need to implement and setup your own client. However,

### Start Simulatte

**Warning: Please ensure that only one instance of your simulatte.jar is running otherwise you might need to force-quit some instances!!**
**Warning: Please ensure that only one instance of your simulatte.jar is running at a port otherwise you might need to force-quit some instances!!**

You cannot double-click the Simulatte program to launch it.

Expand All @@ -62,6 +62,6 @@ It's recommended to run the program in a new terminal session, considering it's

You cannot quit the program directly.

If you haven't implemented the quit feature, you should close the terminal window to quit the program. If you have the Postman installed, send a POST request to `127.0.0.1:9370/simulatte/shutdown` to shutdown safely the server.
If you haven't implemented the quit feature, you should close the terminal window or kill the process to quit the program. If you have the Postman installed, send a POST request to `127.0.0.1:9370/simulatte/shutdown` (replace `9370` with your port launch parameter) to shutdown safely the server.

You can implement the quit feature in your client by using the same method.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group 'org.ironica'
version "2.9.2-SNAPSHOT"
version "2.10.2-SNAPSHOT"

sourceCompatibility = 11

Expand Down
Binary file added simulatte-squared.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added simulatte.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5562a4c

Please sign in to comment.