Skip to content

Commit 2487600

Browse files
committed
feat: improve README.md
1 parent dff50c7 commit 2487600

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,15 @@
2828

2929
## Installation
3030

31-
### Download
32-
1. Visit our [official website](https://www.bytesyncapp.com).
31+
### Download the Precompiled Client
32+
1. Visit our [official website](https://www.bytesyncapp.com#download).
3333
2. Download the right version for your operating system.
3434

35-
### Build from Source (Optional)
36-
To build ByteSync from source:
37-
```bash
38-
git clone https://github.com/POW-Software/ByteSync.git
39-
cd ByteSync
40-
dotnet build
41-
```
35+
### Building from Source
36+
If you prefer to build ByteSync from source or want to deploy specific components:
37+
38+
- For **client-side deployment** steps, refer to [docs/client-deployment.md](docs/client-deployment.md).
39+
- For **server-side deployment** steps, refer to [docs/server-deployment.md](docs/server-deployment.md).
4240

4341
---
4442

0 commit comments

Comments
 (0)