From 00f607ebe22b650275928536574314af529b5070 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 17 Dec 2024 06:22:50 -0500 Subject: [PATCH] remove $ so cut-and-paste works --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79dd09409..f8b43cca1 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,17 @@ This is not needed for contributing, but it's useful if you would like to debug issue in the docs or if you want to read MakerBundles Documentation offline. ```bash -$ cd _docs_build/ +cd _docs_build/ -$ composer install +composer install -$ php build.php +php build.php ``` After generating docs, serve them with the internal PHP server: ```bash -$ php -S localhost:8000 -t output/ +php -S localhost:8000 -t output/ ``` Browse `http://localhost:8000` to read the docs.