diff --git a/README.md b/README.md index 503be9d..428c2a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo apt install yq -y ``` or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively: ``` -go get github.com/mikefarah/yq +go get gopkg.in/mikefarah/yq.v1 ``` ## Run with Docker diff --git a/docs/index.html b/docs/index.html index dcac68c..5cc267f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -380,7 +380,7 @@ sudo apt install yq -y
or, Download latest binary or alternatively:
-go get github.com/mikefarah/yq
+go get gopkg.in/mikefarah/yq.v1
diff --git a/docs/search/search_index.json b/docs/search/search_index.json
index a9bbcaa..45dce4c 100644
--- a/docs/search/search_index.json
+++ b/docs/search/search_index.json
@@ -2,7 +2,7 @@
"docs": [
{
"location": "/",
- "text": "yq\n\u00b6\n\n\nyq is a lightweight and portable command-line YAML processor\n\n\nThe aim of the project is to be the \njq\n or sed of yaml files.\n\n\nInstall\n\u00b6\n\n\nOn MacOS:\n\n\nbrew install yq\n\n\n\n\nOn Ubuntu and other Linux distros supporting \nsnap\n packages:\n\n\nsnap install yq\n\n\n\n\nOn Ubuntu 16.04 or higher from Debian package:\n\n\nsudo add-apt-repository ppa:rmescandon/yq\nsudo apt update\nsudo apt install yq -y\n\n\n\n\nor, \nDownload latest binary\n or alternatively:\n\n\ngo get github.com/mikefarah/yq\n\n\n\n\nView on GitHub",
+ "text": "yq\n\u00b6\n\n\nyq is a lightweight and portable command-line YAML processor\n\n\nThe aim of the project is to be the \njq\n or sed of yaml files.\n\n\nInstall\n\u00b6\n\n\nOn MacOS:\n\n\nbrew install yq\n\n\n\n\nOn Ubuntu and other Linux distros supporting \nsnap\n packages:\n\n\nsnap install yq\n\n\n\n\nOn Ubuntu 16.04 or higher from Debian package:\n\n\nsudo add-apt-repository ppa:rmescandon/yq\nsudo apt update\nsudo apt install yq -y\n\n\n\n\nor, \nDownload latest binary\n or alternatively:\n\n\ngo get gopkg.in/mikefarah/yq.v1\n\n\n\n\nView on GitHub",
"title": "Install"
},
{
@@ -12,7 +12,7 @@
},
{
"location": "/#install",
- "text": "On MacOS: brew install yq On Ubuntu and other Linux distros supporting snap packages: snap install yq On Ubuntu 16.04 or higher from Debian package: sudo add-apt-repository ppa:rmescandon/yq\nsudo apt update\nsudo apt install yq -y or, Download latest binary or alternatively: go get github.com/mikefarah/yq View on GitHub",
+ "text": "On MacOS: brew install yq On Ubuntu and other Linux distros supporting snap packages: snap install yq On Ubuntu 16.04 or higher from Debian package: sudo add-apt-repository ppa:rmescandon/yq\nsudo apt update\nsudo apt install yq -y or, Download latest binary or alternatively: go get gopkg.in/mikefarah/yq.v1 View on GitHub",
"title": "Install"
},
{
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index a583a85..386f769 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@
/
- 2018-06-12
+ 2018-06-18
daily
@@ -12,7 +12,7 @@
/read/
- 2018-06-12
+ 2018-06-18
daily
@@ -20,7 +20,7 @@
/write/
- 2018-06-12
+ 2018-06-18
daily
@@ -28,7 +28,7 @@
/delete/
- 2018-06-12
+ 2018-06-18
daily
@@ -36,7 +36,7 @@
/create/
- 2018-06-12
+ 2018-06-18
daily
@@ -44,7 +44,7 @@
/convert/
- 2018-06-12
+ 2018-06-18
daily
@@ -52,7 +52,7 @@
/merge/
- 2018-06-12
+ 2018-06-18
daily
diff --git a/mkdocs/index.md b/mkdocs/index.md
index cf18677..0858b6b 100644
--- a/mkdocs/index.md
+++ b/mkdocs/index.md
@@ -20,7 +20,7 @@ sudo apt install yq -y
```
or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
-go get github.com/mikefarah/yq
+go get gopkg.in/mikefarah/yq.v1
```
[View on GitHub](https://github.com/mikefarah/yq)