Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 959 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 959 Bytes

Magnet

Magnet is a tiny self-hosted bookmarks management tool written in Go(lang).

Works on Go 1.1 and Go 1.2.

You can see a live instance at gomagnet.pw.

alt text.

Requisites

Setup

git clone https://github.com/mvader/magnet magnet
cd magnet
go get .
go build
mv config.sample.json config.json
# Edit config.json
nano config.json
./magnet

Go dependencies