pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.61k stars 215 forks source link

how can i run it? #199

Open Shaymaaqenawy opened 6 years ago

Shaymaaqenawy commented 6 years ago

i'm new to git hub and i don't know how to run it

voloyev commented 6 years ago

You can read here and here and you will find answer on your question.

Legorooj commented 5 years ago

Open a new terminal and run: git clone https://github.com/pickhardt/betty then: echo "alias betty="~/betty/main.rb"" >> ~/.bashrc && source ~/.bashrc

You will need git and ruby installed. And @voloyev is correct - this info is available in the README.

mcnemesis commented 5 years ago

Also been looking forward to trying out this *nix ai

On Tue, Jul 23, 2019, 19:29 Legorooj notifications@github.com wrote:

Open a new terminal and run: git clone https://github.com/pickhardt/betty then: echo "alias betty="~/betty/main.rb"" >> ~/.bashrc && source ~/.bashrc

You will need git and ruby installed. And @voloyev https://github.com/voloyev is correct - this info is available in the README.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pickhardt/betty/issues/199?email_source=notifications&email_token=AADM2G25YDGR6ZCSJ5GDPX3QA4WV3A5CNFSM4ETH2FCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2TV6HA#issuecomment-514285340, or mute the thread https://github.com/notifications/unsubscribe-auth/AADM2G6PDCG5RXWC4KI7YNTQA4WV3ANCNFSM4ETH2FCA .

jikkujose commented 2 years ago

Is there any reason its not packaged as a Gem?