Skip to content

Commit

Permalink
Merge branch 'master' of github.com:y-hatano-github/candle
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hatano-github committed Jul 7, 2023
2 parents 1d7da90 + 06b3039 commit 3cd878d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![candle](candle.gif)

# What is this?
This is command to display candle fire on your terminal.<br>
This is Joke command to display candle fire on your terminal.<br>
Terminal running this command must supporting 256 colors.<br>
# How to use
## usage
Expand All @@ -25,7 +25,8 @@ candle 3
## key bindings
[esc / CTRL+C] - exit<br>


# Linux binary
https://github.com/y-hatano-github/candle/releases

# How to get and run the code.
## build version
Expand All @@ -43,7 +44,7 @@ cd $GOPATH/src/github.com/y-hatano-github/candle
## 3rd step
Run the code.
```
go run candle.go
go run main.go
```


Expand Down

0 comments on commit 3cd878d

Please sign in to comment.