From 50f8b6f078aa9090f50e5dc4c52c73d27f934592 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Thu, 8 Dec 2022 09:27:55 -0800 Subject: [PATCH] ZIGGY-192: Change download fashion to method --- doc/user-manual/downloading-and-building-ziggy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-manual/downloading-and-building-ziggy.md b/doc/user-manual/downloading-and-building-ziggy.md index 670d8ec..1af12f2 100644 --- a/doc/user-manual/downloading-and-building-ziggy.md +++ b/doc/user-manual/downloading-and-building-ziggy.md @@ -6,7 +6,7 @@ Before you start, you should check out the [system requirements](system-requirem ### Downloading Ziggy -Ziggy's source code is stored on GitHub, which you probably know already since you're reading this document, which is also stored on GitHub along with Ziggy. From Ziggy's [home page](https://github.com/nasa/ziggy), you can download the code in your favorite fashion. You can press the green Code button to obtain the URL to clone the repository with, for example, `git clone https://github.com/nasa/ziggy.git`. You can view the latest release in the [Releases](https://github.com/nasa/ziggy/releases), download the tarball using the link at the bottom of the release notes, and extract it with, for example, `tar -xf ziggy-0.2.0.tar.gz`). +Ziggy's source code is stored on GitHub, which you probably know already since you're reading this document, which is also stored on GitHub along with Ziggy. From Ziggy's [home page](https://github.com/nasa/ziggy), you can download the code using your favorite method. You can press the green Code button to obtain the URL to clone the repository with, for example, `git clone https://github.com/nasa/ziggy.git`. You can view the latest release in the [Releases](https://github.com/nasa/ziggy/releases), download the tarball using the link at the bottom of the release notes, and extract it with, for example, `tar -xf ziggy-0.2.0.tar.gz`). Once you've done that, you should see something like this in your Ziggy folder: