1
Fork 0

Update README

This commit is contained in:
Alex Yatskov 2023-12-04 20:05:28 -08:00
parent 702dd0453a
commit 62b703f2da
1 changed files with 4 additions and 4 deletions

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/).
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`.