Skip to content

Commit

Permalink
chore(docs): update doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
musaubrian committed Feb 9, 2023
1 parent 752063d commit 0d8dc69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
Binary file removed demo.gif
Binary file not shown.
38 changes: 17 additions & 21 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
/*
Cli tool to help manage your passwords
// Cli tool to help manage your login credentials.
// The information is stored locally so you can rest easy
//
// Go port of tinyDb -> https://github.com/musaubrian/tinydb
//
// Simply run
//
// `go install github.com/musaubrian/tinygo@latest`
//
// or
//
// ```sh
//
// git clone https://github.com/musuabrian/tinygo
// cd tinygo
// go build .
// ```

Go port of tinyDb -> https://github.com/musaubrian/tinydb
## Installation
# If you have go installed simply run
```sh
go install github.com/musaubrian/tinygo@latest
```
or
```sh
git clone https://github.com/musuabrian/tinygo
cd tinygo
go build .
```
*/
package main

0 comments on commit 0d8dc69

Please sign in to comment.