Mirror from bluesky-social/pds

README.md: use tee to write pds.service

The rest of the config file creation steps in here use the `sudo tee`
pattern so stay consistent.

+1 -1
+1 -1
README.md
··· 288 288 ##### Create the systemd service 289 289 290 290 ```bash 291 - cat <<SYSTEMD_UNIT_FILE >/etc/systemd/system/pds.service 291 + cat <<SYSTEMD_UNIT_FILE | sudo tee /etc/systemd/system/pds.service 292 292 [Unit] 293 293 Description=Bluesky PDS Service 294 294 Documentation=https://github.com/bluesky-social/pds