From 1a3feb047afa590788dc2898cfbce8a8274140da Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 30 Dec 2023 14:32:26 -0800 Subject: [PATCH] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 395eafa..fd2e517 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,6 @@ take this intermediate data and store it in a reasonable, industry standard repr ![](img/zero-wing.png) -## Installation - -Pre-built binaries are available for Linux, Mac OS X, and Windows on the [project -page](https://github.com/FooSoft/zero-epwing/releases). - ## Building Prepare your development environment by making sure the following tools are set up: @@ -40,7 +35,7 @@ Once your system is configured, follow the steps below to create builds: 1. Clone the repository by executing ``` - git clone --recurse-submodules https://github.com/FooSoft/zero-epwing + git clone --recurse-submodules https://git.foosoft.net/alex/zero-epwing ``` 2. Prepare the project. From the project root directory, execute ```