From 62b703f2da332370ae5bf12a2cbbf4ec5eec0b01 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 4 Dec 2023 20:05:28 -0800 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7cbf60..aecde46 100644 --- a/README.md +++ b/README.md @@ -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`.