wish/docs/Installation.md

18 lines
322 B
Markdown
Raw Permalink Normal View History

2023-12-06 14:05:53 +01:00
# Installation
## One step Installation
```sh
2023-12-07 14:39:04 +01:00
curl https://gitlab.com/ceda_ei/wish/raw/main/install.sh | bash
2023-12-06 14:05:53 +01:00
```
## Manual Installation
+ `cd ~/.config/`
+ `git clone https://gitlab.com/ceda_ei/wish.git`
+ `cp wish/config.default.gie wish/config.gie`
## Customization
Head over to [Customization](Customization.md)