Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Jul 8, 2019
1 parent 0c73637 commit bddc0d1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 deletions README.adoc
@@ -1,33 +1,33 @@
= tryjshell.org
Rahman Usta
:doctype: article
:encoding: utf-8
:lang: en
:toc: left
:numbered:
:description: tryjshell.org is a web terminal to test Java 9 and Java 10 features on JSHELL
:author: Rahman Usta
:keywords: web,terminal,java-9,java-10,jshell,tty,docker,cloud

== About

tryjshell.org is a web terminal to try and test Java 9 and Java 10 experimental features on the JShell tool.

image::images/print-screen.png[width=900]

//image::images/Image-310817-062349.305.png[width=900]

=== Run on Web

*Open:* https://tryjshell.org

=== Run on Docker

[source,bash]
----
docker run -it --rm -p 8080:8080 rahmanusta/tryjshell
----

== License

= tryjshell.org
Rahman Usta
:doctype: article
:encoding: utf-8
:lang: en
:toc: left
:numbered:
:description: tryjshell.org is a web terminal to test Java 9 through 10 features on JSHELL
:author: Rahman Usta
:keywords: web,terminal,java-9,java-10,jshell,tty,docker,cloud

== About

tryjshell.org is a web terminal to try and test Java 9 through 10 experimental features on the JShell tool.

image::images/print-screen.png[width=900]

//image::images/Image-310817-062349.305.png[width=900]

=== Run on Web

*Open:* https://tryjshell.org

=== Run on Docker

[source,bash]
----
docker run -it --rm -p 8080:8080 rahmanusta/tryjshell
----

== License

https://github.com/javaterminal/tryjshell/blob/master/LICENSE[MIT]
8 changes: 4 additions & 4 deletions src/main/resources/public/index.html
Expand Up @@ -5,22 +5,22 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="tryjshell.org is a web terminal to try and test Java 9/10/11/12's JSHELL"/>
<meta name="description" content="tryjshell.org is a web terminal to try and test Java 9 through 13's JSHELL"/>

<meta property="og:type" content="website"/>
<meta property="og:image" content="https://tryjshell.org/tryjshell.png"/>

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@kodedu">
<meta name="twitter:creator" content="@ustarahman">
<meta name="twitter:title" content="tryjshell.org | Java 9/10/11/12's JShell">
<meta name="twitter:description" content="tryjshell.org is a web terminal to try and test Java 9's JSHELL">
<meta name="twitter:title" content="tryjshell.org | Java 9 through 13's JShell">
<meta name="twitter:description" content="tryjshell.org is a web terminal to try and test Java 9 through 13's JSHELL">
<meta name="twitter:image" content="https://tryjshell.org/tryjshell.png">

<link rel="stylesheet" href="css/tryjshell.css">
<link rel="stylesheet" href="xterm.js/xterm.css">
<link rel="stylesheet" href="xterm.js/addons/fullscreen/fullscreen.css">
<title>tryjshell.org | Java 9/10/11/12's JShell</title>
<title>tryjshell.org | Java 9 through 13's JShell</title>
</head>
<body>
<div id="terminal"></div>
Expand Down

0 comments on commit bddc0d1

Please sign in to comment.