Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8e4f18e

Browse files
remove redundant install instructions on introduction page
1 parent d0d198b commit 8e4f18e

File tree

1 file changed

+11
-32
lines changed

1 file changed

+11
-32
lines changed

docs/index.mdx

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -520,45 +520,24 @@ print(response.contents);
520520

521521
</CodeSwitcher>
522522

523-
### Manual Install
523+
### Overriding
524524

525-
Alternatively, you can download pre-compiled binaries from the [releases](https://github.com/nitrictech/cli/releases) page and install them manually.
525+
If you need to change how Nitric deploys a resources or how it interacts with a service at runtime, you can [extend or modify a provider](/providers/custom/extend).
526526

527-
## Update to the latest version
528-
529-
<OSTabs>
530-
531-
<TabItem label="macOS">
532-
533-
```bash
534-
brew upgrade nitric
535-
```
536-
537-
</TabItem>
538-
539-
<TabItem label="Windows">
540-
541-
```bash
542-
scoop update nitric
543-
```
544-
545-
</TabItem>
546-
547-
<TabItem label="Linux">
548-
549-
```bash
550-
curl -L "https://nitric.io/install?version=latest" | bash
551-
```
527+
<Note>
528+
For example, here's a [project that swaps SNS for
529+
EventBridge](https://github.com/jyecusch/iac-ifc-comparison) on AWS.
530+
</Note>
552531

553-
</TabItem>
532+
### Full Customization
554533

555-
</OSTabs>
534+
If you need to deploy to a new platform or new set of services that Nitric doesn't support, you can [build your own provider](/providers/custom/create). This is a bit more advanced, but it's the ultimate escape hatch.
556535

557-
You can easily check which version you're on by running `nitric version`.
536+
The included providers are written in Go and built using Terraform or Pulumi, but you can use any language or tool you like.
558537

559-
## Release notes
538+
### Additional Resources
560539

561-
You can view the CLI release notes on our [CLI GitHub Releases page](https://github.com/nitrictech/cli/releases).
540+
If you need to use a service/resource that Nitric doesn't support, you do that like you always would. Nitric doesn't get in the way of you using the cloud, it just makes it easier.
562541

563542
## What's next
564543

0 commit comments

Comments
 (0)