diff --git a/README.md b/README.md index 88b431dbe..f13da2d1f 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,12 @@ Get Akarin #### Compile ```sh -chmod -Rv a+x scripts/ -./scripts/build.sh -./scripts/inst.sh --setup --fast +./akarin jar ``` **Notes** -* You must use `--setup` at least once to deploy necessary dependencies otherwise some imports cannot be organized. * For non-modified projects, it is recommended to add the `--fast` option to skip any tests. -* If your machine has insufficient memory, you may want to add the `--remote` option to avoid decompiling locally. Demo Servers ---