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](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) [![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) [![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 ## DISCLAIMER
This software is provided to you "as is", use at your own risk and without warranties of any kind. 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). ...@@ -38,6 +23,11 @@ Please read the [coding guidelines](CODING.md).
[Install instructions](https://docs.ethswarm.org/docs/installation/quick-start) [Install instructions](https://docs.ethswarm.org/docs/installation/quick-start)
## Get in touch
[Only official website](https://www.ethswarm.org)
## License ## License
This library is distributed under the BSD-style license found in the [LICENSE](LICENSE) file. 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) { ...@@ -80,21 +80,20 @@ func (c *command) initStartCmd() (err error) {
} }
beeASCII := ` beeASCII := `
Welcome to the Swarm.... Bzzz Bzzzz Bzzzz Welcome to Swarm.... Bzzz Bzzzz Bzzzz
\ /
.-. .--''-. \ o ^ o /
.' '. /' ' \ ( ) /
'. '. ,' | ____________(%%%%%%%)____________
_ o '.o ,' _.-' ( / / )%%%%%%%( \ \ )
.\ /. \.--./'. /.:. :._:.' (___/___/__/ \__\___\___)
< ~O~ > .' '._-': ': ': ': ': ( / /(%%%%%%%)\ \ )
'/_\' :(.) (.) : ': ': ': ': ':>- (__/___/ (%%%%%%%) \___\__)
\ | / ' ____ .'_.:' :' :' :' :' /( )\
\|/ '\<>/'/ | | :' :' :' / (%%%%%) \
| \ \ \ (%%%)
| ' ' ' ! `
`
fmt.Println(beeASCII) fmt.Println(beeASCII)
fmt.Print(` 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