Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md #110

Open
ArsenQ opened this issue Feb 6, 2025 · 1 comment
Open

README.md #110

ArsenQ opened this issue Feb 6, 2025 · 1 comment

Comments

@ArsenQ
Copy link

ArsenQ commented Feb 6, 2025

For Linux ` symbol could be replaced with \ symbol and paths could be adjusted, or at least could be highlighted that this is a Linux option, the other option doesn't work for me. (Ubuntu 24.04)

i.e.

docker run -d `
  -v D:/ob/vaults:/vaults `
  -v D:/ob/config:/config `
  -p 8080:8080 `
  ghcr.io/sytone/obsidian-remote:latest

with

docker run -d \
  -v vaults:/vaults \
  -v config:/config \
  -p 8080:8080 \
  ghcr.io/sytone/obsidian-remote:latest 
@theinhumaneme
Copy link
Contributor

you could help by raising a PR that fixes this :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants