Update README
This commit is contained in:
parent
702dd0453a
commit
62b703f2da
@ -21,15 +21,15 @@ below.
|
||||
1. Install the dependencies: [Bower](https://bower.io/), [Go](https://golang.org/), and [Node.js](https://nodejs.org/).
|
||||
2. Install the search application:
|
||||
```
|
||||
$ go install foosoft.net/projects/restaurant-search@latest
|
||||
go install foosoft.net/projects/restaurant-search@latest
|
||||
```
|
||||
3. Install the client libraries (from the `search/static` directory):
|
||||
```
|
||||
$ bower install
|
||||
bower install
|
||||
```
|
||||
4. Build and start the server (from the `search/cmd` directory):
|
||||
```
|
||||
$ go build
|
||||
$ ./cmd
|
||||
go build
|
||||
./cmd
|
||||
```
|
||||
5. Access the web application at `localhost:8080`.
|
||||
|
Loading…
Reference in New Issue
Block a user