Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 630 Bytes

README.org

File metadata and controls

21 lines (16 loc) · 630 Bytes

epi-center

A central repository of community Episteme remotes.

Episteme is an Emacs distribution for collaborative knowledge-basing.

Adding your remote

  1. Add your remote to remotes.json

    The format is simple enough:

    {
        "remote-name": {
            "host": "github.com",
            "path": "you/repo-name.git",
            "description": "What people will see about your remote."
        }
    }
        
  2. Submit a pull request.