Skip to content

Commit

Permalink
Make server path to serve from more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Trappenberg committed Jun 11, 2016
1 parent df05bf8 commit 2fe7b2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ This repo contains the source for LMMS's new website located at http://lmms.io.

1. Start local server

Start a local PHP server by running from lmms.io/public:

```bash
$ php -S localhost:8000 -t ./
$ php -S localhost:8000 -t ./public/
```

You can then open http://localhost:8000/ in a browser.

0 comments on commit 2fe7b2f

Please sign in to comment.