mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
29 lines
1.1 KiB
Go
29 lines
1.1 KiB
Go
package assets
|
|
var Init_doc_readme = `Hello and Welcome to IPFS!
|
|
|
|
██╗██████╗ ███████╗███████╗
|
|
██║██╔══██╗██╔════╝██╔════╝
|
|
██║██████╔╝█████╗ ███████╗
|
|
██║██╔═══╝ ██╔══╝ ╚════██║
|
|
██║██║ ██║ ███████║
|
|
╚═╝╚═╝ ╚═╝ ╚══════╝
|
|
|
|
If you're seeing this, you have successfully installed
|
|
IPFS and are now interfacing with the ipfs merkledag!
|
|
|
|
-------------------------------------------------------
|
|
| Warning: |
|
|
| This is alpha software. use at your own discretion! |
|
|
| Much is missing or lacking polish. There are bugs. |
|
|
| Not yet secure. Read the security notes for more. |
|
|
-------------------------------------------------------
|
|
|
|
Check out some of the other files in this directory:
|
|
|
|
./about
|
|
./help
|
|
./quick-start <-- usage examples
|
|
./readme <-- this file
|
|
./security-notes
|
|
`
|