vrtmrz / obsidian-livesync

MIT License
4.7k stars 151 forks source link

Fixed docker-compose command in docs #389

Closed Seeker0472 closed 6 months ago

Seeker0472 commented 6 months ago

Hey,there! I've noticed that running the docker command

docker compose up -d

resulted into the following error

unknown shorthand flag: 'd' in -d
See 'docker --help'.

It is because the docker-compose command was mistakenly written as docker compose

I've fixed this by changing "docker compose" into "docker-compose".

Thank you for reviewing this pull request,have a good time!

vrtmrz commented 6 months ago

Thank you for your PR! I am so happy to merge this! In fact, the Chinese version had been a little behind the English version, but I could not fix it. Your contribution has made it better!