We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d088ea commit 109f15dCopy full SHA for 109f15d
2 files changed
docs/start.md
@@ -2,11 +2,11 @@
2
3
You can get started by installing and importing the library into your project with:
4
```bash
5
-go get "github.com/openmonero/monero.go"
+go get "github.com/openmonero/monero.go@v0.1.0"
6
```
7
And:
8
```go
9
-import "github.com/openmonero/monero.go"
+import "github.com/openmonero/monero.go/src"
10
11
12
Then you can use functions in your project:
src/wallet.go
@@ -0,0 +1 @@
1
+package monero
0 commit comments