Update README
parent
8545e098c1
commit
4c9b6afa1b
11
README.md
11
README.md
|
@ -10,7 +10,7 @@ Go client for the Photoprism Application.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
go get github.com/astravexton/photoprism-client-go
|
go get git.zio.sh/astra/photoprism-client-go
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"path"
|
"path"
|
||||||
|
|
||||||
photoprism "github.com/astravexton/photoprism-client-go"
|
photoprism "git.zio.sh/astra/photoprism-client-go"
|
||||||
"github.com/astravexton/logger"
|
"github.com/astravexton/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -111,10 +111,3 @@ func main()
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# Pipeline
|
|
||||||
|
|
||||||
- [ ] Upload photo methods/tests
|
|
||||||
- [ ] Code generation
|
|
||||||
- [ ] Finish the remaining methods
|
|
||||||
|
|
Loading…
Reference in New Issue