Skip to content

Commit

Permalink
chore: fix self-install docs (#191)
Browse files Browse the repository at this point in the history
* Update overview.mdx

* chore: fix self-install docs

* chore: format code

---------

Co-authored-by: markphelps <[email protected]>
  • Loading branch information
markphelps and markphelps authored Feb 27, 2024
1 parent c948041 commit 119f4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 119f4b2

Please sign in to comment.