Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove $ from example commands #2177

Merged
merged 1 commit into from
May 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/microservices/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It's highly suggested that you only run this example on a local, private cluster
From this directory, run

```bash
$ skaffold dev
skaffold dev
```

Now, in a different terminal, hit the `leeroy-web` endpoint
Expand All @@ -43,11 +43,11 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
```

Once you see the log message
Once you see the log message
```
[leeroy-app-5b4dfdcbc6-6vf6r leeroy-app] 2018/03/30 06:28:47 leeroy app server ready
```
Your service will be ready to hit again with
Your service will be ready to hit again with

```
$ curl $(minikube service leeroy-web --url)
Expand Down
6 changes: 3 additions & 3 deletions integration/examples/microservices/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It's highly suggested that you only run this example on a local, private cluster
From this directory, run

```bash
$ skaffold dev
skaffold dev
```

Now, in a different terminal, hit the `leeroy-web` endpoint
Expand All @@ -43,11 +43,11 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
```

Once you see the log message
Once you see the log message
```
[leeroy-app-5b4dfdcbc6-6vf6r leeroy-app] 2018/03/30 06:28:47 leeroy app server ready
```
Your service will be ready to hit again with
Your service will be ready to hit again with

```
$ curl $(minikube service leeroy-web --url)
Expand Down