Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Caloras
bashhub-client
Wiki
Install
Install
· Changes
Page history
Adding new line for markdown rendering
authored
Dec 19, 2019
by
Ryan Caloras
Hide whitespace changes
Inline
Side-by-side
Install.md
View page @
f6326158
Simply run this command from your terminal.
For bash:
```
bash
curl
-OL
https://bashhub.com/setup
&&
bash setup
```
For zsh:
```
bash
curl
-OL
https://bashhub.com/setup
&&
zsh setup
```
...
...