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
|
> 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
|
```zsh
|
||||||
# next (pre-release)
|
# next (pre-release)
|
||||||
curl https://gitlab.com/ligolang/ligo/raw/dev/scripts/installer.sh | bash -s "next"
|
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>
|
<h4 className="tagline-text">{siteConfig.tagline}</h4>
|
||||||
<p className="body">{siteConfig.taglineSub}</p>
|
<p className="body">{siteConfig.taglineSub}</p>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
href={docUrl("setup/installation.html")}
|
href="https://ligolang.gitlab.io/ligo-web-ide/"
|
||||||
className="large-primary-button"
|
className="large-primary-button"
|
||||||
|
>
|
||||||
|
Try Online
|
||||||
|
</LinkButton>
|
||||||
|
<p></p>
|
||||||
|
<LinkButton
|
||||||
|
href={docUrl("setup/installation.html")}
|
||||||
|
className="large-secondary-button"
|
||||||
>
|
>
|
||||||
Get Started
|
Get Started
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<SampleCode />
|
<SampleCode />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user