Skip to content

Commit 88fd991

Browse files
committed
Add installation instructions to README and set correct Use command
1 parent 422b282 commit 88fd991

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ It is in very early development, so it comes with no assurances. It has only bee
66

77
# Setup/Installation
88

9+
* Install - `go install github.com/simondrake/copy-paste-notes@latest`
910
* Create the database file - `touch ~/cpn.db`
1011

1112
# Platform Specific Details
@@ -24,3 +25,4 @@ In addition to installing `libx11-dev` or `xorg-dev` or `libX11-devel`, you'll a
2425
* [ ] Tests 🙈
2526
* [ ] See if there's a way of making this work without the `os/exec` / `wl-clipboard` hack.
2627
* [ ] Test on different platforms.
28+
* [ ] Support releases/tags

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var cfgFile string
1414

1515
var rootCmd = &cobra.Command{
16-
Use: "cpn",
16+
Use: "copy-paste-notes",
1717
Short: "copy-paste-notes is a command-line note taking app",
1818
Long: `Manage all your notes using the command-line, including the ability to
1919
copy directly into your system clipboard.`,

0 commit comments

Comments
 (0)