1

Update README

This commit is contained in:
Alex Yatskov 2023-12-04 20:05:28 -08:00
parent 702dd0453a
commit 62b703f2da

View File

@ -21,15 +21,15 @@ below.
1. Install the dependencies: [Bower](https://bower.io/), [Go](https://golang.org/), and [Node.js](https://nodejs.org/). 1. Install the dependencies: [Bower](https://bower.io/), [Go](https://golang.org/), and [Node.js](https://nodejs.org/).
2. Install the search application: 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): 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): 4. Build and start the server (from the `search/cmd` directory):
``` ```
$ go build go build
$ ./cmd ./cmd
``` ```
5. Access the web application at `localhost:8080`. 5. Access the web application at `localhost:8080`.