doc: update install instructions for atlas (#3526)

* fix-go-install-instruction

* Update _installation_instructions.mdx

Remove Go tab

* Update doc/md/components/_installation_instructions.mdx

* Update _installation_instructions.mdx
This commit is contained in:
Toshinori Sugita
2023-05-18 05:11:02 +09:00
committed by GitHub
parent 2924da5175
commit 0e29d0cf63

View File

@@ -9,7 +9,6 @@ defaultValue="apple-intel-plain+linux"
values={[
{label: 'macOS + Linux', value: 'apple-intel-plain+linux'},
{label: 'Homebrew', value: 'apple-intel-brew'},
{label: 'Go', value: 'go'},
{label: 'Docker', value: 'docker'},
{label: 'Windows', value: 'windows'},
]}>
@@ -26,13 +25,6 @@ curl -sSf https://atlasgo.sh | sh
brew install ariga/tap/atlas
```
</TabItem>
<TabItem value="go">
```shell
go install ariga.io/atlas/cmd/atlas@master
```
</TabItem>
<TabItem value="docker">
@@ -58,4 +50,4 @@ Download the [latest release](https://release.ariga.io/atlas/atlas-windows-amd64
move the atlas binary to a file location on your system PATH.
</TabItem>
</Tabs>
</Tabs>