Readme for Scala plugin added (#7286)

This commit is contained in:
adri242 2018-10-14 18:42:56 +02:00 committed by Robby Russell
parent bbe4d89c25
commit f2d4b9768d

15
plugins/scala/README.md Normal file
View File

@ -0,0 +1,15 @@
## Scala plugin
Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
To use it, add `scala` to the plugins array of your zshrc file:
```
plugins=(... scala)
```
## Aliases
| Command | Description |
|------------------|---------------------------------------------------------------------------------|
| `scala` | Run code in the Scala language |
| `scalac` | Compiler for the Scala language |