diff --git a/README.md b/README.md index 5002933..bfe740d 100644 --- a/README.md +++ b/README.md @@ -12,31 +12,20 @@ the prototype accessible on the web, it is easy to get it up and running locally -## Dependencies ## - -* [Bower](https://bower.io/) -* [Go](https://golang.org/) -* [Node.js](https://nodejs.org/) - ## Installation ## -1. Install the search application: - +1. Install the dependencies: [Bower](https://bower.io/), [Go](https://golang.org/), and [Node.js](https://nodejs.org/). +2. Install the search application: ``` $ go get github.com/FooSoft/restaurant-search ``` - -2. Install the client libraries (from the `search/static` directory): - +3. Install the client libraries (from the `search/static` directory): ``` $ bower install ``` - -3. Build and start the server (from the `search/cmd` directory): - +4. Build and start the server (from the `search/cmd` directory): ``` $ go build $ ./cmd ``` - -4. Access the web application at `localhost:8080`. +5. Access the web application at `localhost:8080`.