optimize lsp run guide
diff --git a/README.md b/README.md
index 7b164bc..d298256 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@
 
 ## Configuration Methods
 
+Change the configuration to your `server/sql.yml`
 
 ```
 lowercaseKeywords: false
@@ -62,3 +63,11 @@
     port: 13306
     dbName: world
 ```
+
+## Start LSP Server
+
+Open `server` directory and run command
+
+```
+python lsp-server.py
+```
\ No newline at end of file