Skip to content

Commit a12d5e0

Browse files
committed
minor #1627 remove $ so cut-and-paste works (tacman)
This PR was merged into the 1.x branch. Discussion ---------- remove $ so cut-and-paste works Commits ------- 00f607e remove $ so cut-and-paste works
2 parents e236994 + 00f607e commit a12d5e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ This is not needed for contributing, but it's useful if you would like to debug
3535
issue in the docs or if you want to read MakerBundles Documentation offline.
3636

3737
```bash
38-
$ cd _docs_build/
38+
cd _docs_build/
3939

40-
$ composer install
40+
composer install
4141

42-
$ php build.php
42+
php build.php
4343
```
4444

4545
After generating docs, serve them with the internal PHP server:
4646

4747
```bash
48-
$ php -S localhost:8000 -t output/
48+
php -S localhost:8000 -t output/
4949
```
5050

5151
Browse `http://localhost:8000` to read the docs.

0 commit comments

Comments
 (0)