Commit 003bea49 authored by Michelle Plur's avatar Michelle Plur Committed by GitHub

fix: bring back friendly bee (#2148)

parent c884741f
# Ethereum Swarm Bee
# Swarm Bee
[![Go](https://github.com/ethersphere/bee/workflows/Go/badge.svg)](https://github.com/ethersphere/bee/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/ethersphere/bee.svg)](https://pkg.go.dev/github.com/ethersphere/bee)
[![Coverage Status](https://coveralls.io/repos/github/ethersphere/bee/badge.svg)](https://coveralls.io/github/ethersphere/bee)
```
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
.-. .--''-.
.' '. /' '
'. '. ,' |
_ o '.o ,' _.-'
.\ /. \.--./'. /.:. :._:.'
< ~O~ > .' '._-': ': ': ': ':
'/_\' :(.) (.) : ': ': ': ': ':>-
\ | / ' ____ .'_.:' :' :' :' :'
\|/ '\<>/'/ | | :' :' :'
| \ \ \
| ' ' '
```
## DISCLAIMER
This software is provided to you "as is", use at your own risk and without warranties of any kind.
......@@ -38,6 +23,11 @@ Please read the [coding guidelines](CODING.md).
[Install instructions](https://docs.ethswarm.org/docs/installation/quick-start)
## Get in touch
[Only official website](https://www.ethswarm.org)
## License
This library is distributed under the BSD-style license found in the [LICENSE](LICENSE) file.
......@@ -80,21 +80,20 @@ func (c *command) initStartCmd() (err error) {
}
beeASCII := `
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
.-. .--''-.
.' '. /' '
'. '. ,' |
_ o '.o ,' _.-'
.\ /. \.--./'. /.:. :._:.'
< ~O~ > .' '._-': ': ': ': ':
'/_\' :(.) (.) : ': ': ': ': ':>-
\ | / ' ____ .'_.:' :' :' :' :'
\|/ '\<>/'/ | | :' :' :'
| \ \ \
| ' ' '
`
Welcome to Swarm.... Bzzz Bzzzz Bzzzz
\ /
\ o ^ o /
\ ( ) /
____________(%%%%%%%)____________
( / / )%%%%%%%( \ \ )
(___/___/__/ \__\___\___)
( / /(%%%%%%%)\ \ )
(__/___/ (%%%%%%%) \___\__)
/( )\
/ (%%%%%) \
(%%%)
! `
fmt.Println(beeASCII)
fmt.Print(`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment