Skip to content

Commit 5763d65

Browse files
author
Conor Okus
committed
Copy updates for installation page
1 parent d41fecb commit 5763d65

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/building-a-node-with-ldk/installation.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ Welcome to the Lightning Development Kit documentation!
44

55
If you have any questions about anything related to LDK, feel free to ask our community on [GitHub Discussions](https://github.com/orgs/lightningdevkit/discussions) or join us on [Discord](https://discord.gg/xaYE3pDQpm).
66

7-
## System Requirements
8-
9-
MacOS, Windows and Linux are supported.
10-
117
## Installation
128

13-
To add LDK to a project, run:
9+
Add LDK to a project by configuring the respective config files:
1410

1511
<CodeSwitcher :languages="{rust:'Rust', kotlin:'Kotlin'}">
1612
<template v-slot:rust>
@@ -81,5 +77,8 @@ import org.ldk.structs.FeeEstimator
8177
</CodeSwitcher>
8278

8379
::: tip Installing LDK Swift
84-
Import LDK through the Swift package manager.
80+
Add ldk-swift package using the Swift Package Manager.
81+
82+
To import the package, use: `import LightningDevKit`
83+
8584
:::

0 commit comments

Comments
 (0)