Skip to content

Commit

Permalink
add demo animation image
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Feb 27, 2021
1 parent e8de7c6 commit fec6796
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Haruai Tamada" \

RUN adduser -D wildcat \
&& apk --no-cache add --update --virtual .builddeps curl tar \
&& curl -s -L -O https://github.com/tamada/wildcat/releases/download/v{version}/wildcat-${version}_linux_amd64.tar.gz \
&& curl -s -L -O https://github.com/tamada/wildcat/releases/download/v${version}/wildcat-${version}_linux_amd64.tar.gz \
# && curl -s -L -o wildcat-${version}_linux_amd64.tar.gz https://www.dropbox.com/s/f8in5s80q56s05m/wildcat-${version}_linux_amd64.tar.gz?dl=0 \
&& tar xfz wildcat-${version}_linux_amd64.tar.gz \
&& mv wildcat-${version} /opt \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Note that this product is an example project for implementing Open Source Softwa

## :walking: Demo

![demo](docs/static/images/demo.gif)

## :runner: Usage

### :shoe: CLI mode
Expand Down
4 changes: 4 additions & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ The excellent points than `wc` are as follows.
* includes REST API server.

Note that this product is an example project for implementing Open Source Software.

## :fire: Demo

![Demo](images/demo.gif)
Binary file added docs/static/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f h1:8P2MkG70G
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

0 comments on commit fec6796

Please sign in to comment.