Mirror from bluesky-social/pds

add enable instructions

+7
+7
README.md
··· 285 285 286 286 ##### Start the service 287 287 288 + **Reload the systemd daemon to create the new service:** 288 289 ```bash 289 290 sudo systemctl daemon-reload 290 291 ``` 291 292 293 + **Enable the systemd service:** 294 + ```bash 295 + sudo systemctl enable pds 296 + ``` 297 + 298 + **Start the pds systemd service:** 292 299 ```bash 293 300 sudo systemctl start pds 294 301 ```