From b1cc537ccb39d6daab415002e157e27d828aa0c4 Mon Sep 17 00:00:00 2001 From: Raffael Campos Date: Thu, 15 Aug 2024 14:29:46 -0300 Subject: [PATCH] exclude instructions about gh usage --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 8e9506f..32b535e 100644 --- a/README.md +++ b/README.md @@ -9,31 +9,12 @@ Before you begin, ensure you have the following: 1. **Kwil-admin**: Used to generate the initial configuration file. - Download from the [latest GitHub release](https://github.com/kwilteam/kwil-db/releases) -
Download with github-cli - - ```bash - # archs: linux_amd64, linux_arm64, darwin_amd64, darwin_arm64 - MY_ARCH= - gh release download --repo kwilteam/kwil-db --pattern "kwil-db_*_$MY_ARCH.tar.gz" - ``` -
- 2. **Docker**: Required for running the PostgreSQL image. - Install from [Docker's official website](https://docs.docker.com/get-docker/) 3. **TSN Binaries**: Necessary for node deployment. - Download from the [latest GitHub release](https://github.com/truflation/tsn-db/releases) -
Download with github-cli - - ```bash - # gh needs to be authenticated, tsn is private - # archs: linux_amd64, linux_arm64, darwin_amd64, darwin_arm64 - MY_ARCH= - gh release download --repo truflation/tsn --pattern "*kwild_$MY_ARCH.tar.gz" - ``` -
- ## Setup Steps ### 1. Generate Initial Configuration