Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix self-install docs #191

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion guides/using-references.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ We also make use of Flipt's GitOps integration to manage our feature flags in ou

<Tip>
If you're not familiar with Flipt's GitOps integration, check out our{" "}
<a href="/docs/guides/get-going-with-gitops">GitOps guide</a> for more information.
<a href="/docs/guides/get-going-with-gitops">GitOps guide</a> for more
information.
</Tip>

### Structure
Expand Down
4 changes: 3 additions & 1 deletion self-hosted/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@ You can use the following script to download and install the latest Flipt binary
curl -fsSL https://github.com/flipt-io/flipt/raw/main/install.sh | sh
```

This will install Flipt to `/usr/local/bin/flipt` on Mac and Linux systems.

View the [install.sh](https://github.com/flipt-io/flipt/blob/main/install.sh) source for more details.

### Running

Run the Flipt binary with:

```console
./flipt [--config OPTIONAL_PATH_TO_YOUR_CONFIG]
flipt [--config OPTIONAL_PATH_TO_YOUR_CONFIG]
```

Flipt will check in a few different locations for server configuration (in order):
Expand Down