mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
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:
@@ -9,7 +9,6 @@ defaultValue="apple-intel-plain+linux"
|
|||||||
values={[
|
values={[
|
||||||
{label: 'macOS + Linux', value: 'apple-intel-plain+linux'},
|
{label: 'macOS + Linux', value: 'apple-intel-plain+linux'},
|
||||||
{label: 'Homebrew', value: 'apple-intel-brew'},
|
{label: 'Homebrew', value: 'apple-intel-brew'},
|
||||||
{label: 'Go', value: 'go'},
|
|
||||||
{label: 'Docker', value: 'docker'},
|
{label: 'Docker', value: 'docker'},
|
||||||
{label: 'Windows', value: 'windows'},
|
{label: 'Windows', value: 'windows'},
|
||||||
]}>
|
]}>
|
||||||
@@ -26,13 +25,6 @@ curl -sSf https://atlasgo.sh | sh
|
|||||||
brew install ariga/tap/atlas
|
brew install ariga/tap/atlas
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="go">
|
|
||||||
|
|
||||||
```shell
|
|
||||||
go install ariga.io/atlas/cmd/atlas@master
|
|
||||||
```
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="docker">
|
<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.
|
move the atlas binary to a file location on your system PATH.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user