Skip to content

Commit

Permalink
moved packaging documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Oct 27, 2021
1 parent 9b7ac52 commit af920ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,27 +157,6 @@ Flags:
-v, --verbose Verbose output.
```
## Development
### Build and Run
Local
```bash
go run ./cmd/kubefwd/kubefwd.go
```
### Build Release
Build test release:
```bash
goreleaser --skip-publish --rm-dist --skip-validate
```
Build and release:
```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist
```
### License
Apache License 2.0
Expand All @@ -203,5 +182,4 @@ Follow me on Twitter: [@cjimti](https://twitter.com/cjimti) ([Craig Johnston](ht
[services]:https://kubernetes.io/docs/concepts/services-networking/service/
[homebrew]:https://brew.sh/
[txn2]:https://txn2.com/
[golang:1.11.5]:https://hub.docker.com/_/golang/
[Deasil Works, Inc.]:https://deasil.works/
19 changes: 19 additions & 0 deletions README_PACKAGING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Packaging

### Build and Run

```bash
go run ./cmd/kubefwd/kubefwd.go
```

### Build Release

Build test release:
```bash
goreleaser --skip-publish --rm-dist --skip-validate
```

Build and release:
```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist
```

0 comments on commit af920ed

Please sign in to comment.