From 38a51d1edaac5543864e7643e209375f033ccc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=84=97=E3=84=A0=CB=8B=20=E3=84=91=E3=84=A7=CB=8A?= Date: Thu, 2 Apr 2020 11:39:07 +0800 Subject: [PATCH] update build instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ---