diff --git a/README.md b/README.md index c84c7f4..4208f1d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,12 @@ To build using Lazarus, you need to follow the following steps: * open the `lspprotocol.lpk` package in Lazarus. It is located in the [src/protocol](src/protocol) directory. You can compile this package in the IDE, but this is not needed: The -Lazarus IDE and Lazbuild simply need to know where itis. +Lazarus IDE and Lazbuild simply need to know where it is located. + +* open the `lspserver.lpk` package in Lazarus. It is located in the + [src/serverprotocol](src/serverprotocol) directory. + You can compile this package in the IDE, but this is not needed: The +Lazarus IDE and Lazbuild simply need to know where it is located. * open the `src/standard/pasls.lpi` project file in Lazarus, and compile the program. or use the lazbuid commandline: