From beb3a3b994b28438b1c7a5c1f46e3d5ea47aaf65 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Wed, 25 Oct 2017 11:01:02 -0400 Subject: [PATCH] Drop `composer run-script parse-stubs` from readme As the parse-stubs step is done automatically by `composer install` since https://github.com/felixfbecker/php-language-server/commit/34d3d2030dabc29bd919d0ea795bcb8d994228de, we no longer need to explicitly instruct people to do it. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0aad4e5..6fc5bd2 100644 --- a/README.md +++ b/README.md @@ -191,9 +191,6 @@ Clone the repository and run composer install to install dependencies. -Then parse the stubs with - - composer run-script parse-stubs Run the tests with