diff --git a/guides/using-references.mdx b/guides/using-references.mdx index a8546315..a9b67db6 100644 --- a/guides/using-references.mdx +++ b/guides/using-references.mdx @@ -39,7 +39,8 @@ We also make use of Flipt's GitOps integration to manage our feature flags in ou If you're not familiar with Flipt's GitOps integration, check out our{" "} - GitOps guide for more information. + GitOps guide for more + information. ### Structure diff --git a/self-hosted/overview.mdx b/self-hosted/overview.mdx index 22e18ef1..cf9a5a3f 100644 --- a/self-hosted/overview.mdx +++ b/self-hosted/overview.mdx @@ -78,6 +78,8 @@ 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 @@ -85,7 +87,7 @@ View the [install.sh](https://github.com/flipt-io/flipt/blob/main/install.sh) so 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):