mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
2.9k stars 100 forks source link

a new way to use doggo: `x doggo` #94

Closed edwinjhlee closed 8 months ago

edwinjhlee commented 11 months ago

Hello, friends.

I have recently included doggo as a package in x-cmd. Now, users can simply type "x doggo" and x-cmd will automatically download and execute the binary. You can check out the demo at https://www.x-cmd.com/pkg/doggo.

Installing x-cmd is extremely easy. Just run eval "$(curl https://get.x-cmd.com)" and the process should be quick since x-cmd only uses shawk (shell/awk) and curl.

For more information on installation, please visit https://www.x-cmd.com.

We highly recommend using x-cmd as the preferred method for using doggo.

mr-karan commented 10 months ago

Thanks!