Website links
This commit is contained in:
parent
4dd8b03e75
commit
0a7fdc0486
@ -21,6 +21,8 @@ If this is your first time using Docker, you probably want to set up a global li
|
||||
|
||||
> You can install additional ligo versions by replacing `next` with the required version number
|
||||
|
||||
Download the latest binaries here: https://gitlab.com/ligolang/ligo/pipelines/85536879/builds or get the latest pre-release:
|
||||
|
||||
```zsh
|
||||
# next (pre-release)
|
||||
curl https://gitlab.com/ligolang/ligo/raw/dev/scripts/installer.sh | bash -s "next"
|
||||
|
@ -190,11 +190,20 @@ class HomeSplash extends React.Component {
|
||||
<h4 className="tagline-text">{siteConfig.tagline}</h4>
|
||||
<p className="body">{siteConfig.taglineSub}</p>
|
||||
<LinkButton
|
||||
href={docUrl("setup/installation.html")}
|
||||
href="https://ligolang.gitlab.io/ligo-web-ide/"
|
||||
className="large-primary-button"
|
||||
>
|
||||
Try Online
|
||||
</LinkButton>
|
||||
<p></p>
|
||||
<LinkButton
|
||||
href={docUrl("setup/installation.html")}
|
||||
className="large-secondary-button"
|
||||
>
|
||||
Get Started
|
||||
</LinkButton>
|
||||
|
||||
|
||||
</div>
|
||||
<SampleCode />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user