Skip to content

Commit

Permalink
#71 Update documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 11, 2024
1 parent bcb5b49 commit ddbb6bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@ Since the Senzing library is a prerequisite, it must be installed first.
1. linux

```console
${GIT_REPOSITORY_DIR}/target/linux-amd64/template-go
${GIT_REPOSITORY_DIR}/target/linux-amd64/go-cmdhelping

```

1. macOS

```console
${GIT_REPOSITORY_DIR}/target/darwin-amd64/template-go
${GIT_REPOSITORY_DIR}/target/darwin-amd64/go-cmdhelping

```

1. windows

```console
${GIT_REPOSITORY_DIR}/target/windows-amd64/template-go
${GIT_REPOSITORY_DIR}/target/windows-amd64/go-cmdhelping

```

Expand Down Expand Up @@ -177,5 +177,5 @@ Example:
[Go]: https://go.dev/
[godoc]: https://pkg.go.dev/golang.org/x/tools/cmd/godoc
[How to Install Senzing for Go Development]: https://github.com/senzing-garage/knowledge-base/blob/main/HOWTO/install-senzing-for-go-development.md
[localhost:6060]: http://localhost:6060/pkg/github.com/senzing-garage/template-go/
[localhost:6060]: http://localhost:6060/pkg/github.com/senzing-garage/go-cmdhelping/
[testcoverage.yaml]: ../.github/coverage/testcoverage.yaml
10 changes: 0 additions & 10 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# go-cmdhelping examples

## Examples of CLI

The following examples require initialization described in
[Demonstrate using Command Line Interface](../README.md#demonstrate-using-command-line-interface).

## Examples of Docker

The following examples require initialization described in
[Demonstrate using Docker](../README.md#demonstrate-using-docker).

0 comments on commit ddbb6bd

Please sign in to comment.