Skip to content

Commit 3e696fc

Browse files
authored
Update readme.md
1 parent 69f3c26 commit 3e696fc

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

readme.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Kotlin Shell
22

33
## about
4-
Kotlin Shell is a prototype tool for performing shell programming in Kotlin and KotlinScript.
5-
It provides shell-like API which takes advantage of Kotlin high level possibilities.
4+
Kotlin Shell is a prototype tool for performing shell programming in Kotlin and Kotlin script.
5+
It provides shell-like API which takes advantage of Kotlin features.
66

77
For examples go to the [examples](#examples) section.
88

9+
## hello world
10+
example
11+
912
## content
1013
* [about](#about)
1114
* [content](#content)
@@ -57,7 +60,14 @@ For examples go to the [examples](#examples) section.
5760
- [external dependencies](#external-dependencies)
5861
- [internal dependencies](#internal-dependencies)
5962
* [examples](#examples)
60-
## get and run
63+
64+
## pre
65+
- supported platforms
66+
- tested platforms
67+
- Windows?
68+
69+
70+
## how run scripts
6171
### library
6272
[![library](https://api.bintray.com/packages/jakubriegel/kotlin-shell/kotlin-shell-core/images/download.svg) ](https://bintray.com/jakubriegel//kotlin-shell/kotlin-shell-core/_latestVersion)
6373

0 commit comments

Comments
 (0)