diff --git a/README.md b/README.md
index ab0e705..a231710 100644
--- a/README.md
+++ b/README.md
@@ -17,20 +17,17 @@ peft: https://github.com/huggingface/peft.git
~copy files from GPTQ-for-LLaMa into GPTQ-for-LLaMa path and re-compile cuda extension~
~copy files from peft/tuners/lora.py to peft path, replace it~
-
Linux:
```
./install.sh
```
-
Windows:
```
./install.bat
```
-
# Finetune
~The same finetune script from https://github.com/tloen/alpaca-lora can be used.~