Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Building from source

Antonio Cheong edited this page Sep 10, 2023 · 2 revisions

Development


Note

This requires you to install the Go compiler on your machine. You may download it here.


To build and run Obi-sync directly from the git repo, execute the following:

  • git clone https://github.com/acheong08/obi-sync
  • cd obsidian-sync
  • go run cmd/obsidian-sync/main.go

🔝 Top






Clone this wiki locally