You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/install-linux.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
54
54
55
55
Checkout a release version:
56
56
```
57
-
git checkout v0.13.4
57
+
git checkout v0.13.5
58
58
```
59
59
60
60
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
Copy file name to clipboardExpand all lines: docs/install-osx.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
56
56
57
57
Checkout a release version:
58
58
```
59
-
git checkout v0.13.4
59
+
git checkout v0.13.5
60
60
```
61
61
62
62
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
Copy file name to clipboardExpand all lines: docs/install-pi3.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
57
57
58
58
Checkout a release version:
59
59
```
60
-
git checkout v0.13.4
60
+
git checkout v0.13.5
61
61
```
62
62
63
63
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use iin checkout.
Copy file name to clipboardExpand all lines: docs/install-windows.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Create a directory to store all your Go projects (e.g. `C:\goprojects`):
27
27
- Install `openbazaar-go`:
28
28
+ Open the command prompt and run: `go get github.com/OpenBazaar/openbazaar-go`. This will use git to checkout the source code into `%GOPATH%\src\github.com\OpenBazaar\openbazaar-go`.
29
29
- Checkout an OpenBazaar release:
30
-
+ Run `git checkout v0.13.4` to checkout a release version.
30
+
+ Run `git checkout v0.13.5` to checkout a release version.
31
31
+ Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
32
32
- To compile and run `openbazaar-go`:
33
33
+ Open the command prompt and navigate the source directory: `cd %GOPATH%\src\github.com\OpenBazaar\openbazaar-go`
0 commit comments