Skip to content

Commit

Permalink
docs: πŸ“ include partial for warning shutdown update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jan 19, 2024
1 parent 49653ed commit 4f8635e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions references/Lightning CLI/update-cli-from-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Author from '@site/src/components/Author';
import SetUserPathInConfigToml from '../../guides/partials/_set-user-path-config-toml.mdx';
import NoteExecStartFlagCConfigPath from '../../guides/partials/_note_execstart-flag-c-config-path.mdx';
import FindAndReplaceConfigWithUserPaths from '../../guides/partials/_find-and-replace-config-with-user-paths.mdx';
import WarningPreventPrematureShutdown from '../../guides/partials/_warning_prevent_premature_shutdown.mdx';

:::tip
Although the step-by-step instructions described here are simple to follow, this process is available as an automated script. To use it execute the following command in your server terminal and follow the instructions:
Expand All @@ -23,6 +24,8 @@ curl -sS https://get.fleek.network/update | bash
```
:::

<WarningPreventPrematureShutdown />

## Switch to the installation user

Switch to the username you've used throughout the installation process.
Expand Down

0 comments on commit 4f8635e

Please sign in to comment.