From 8b375e252d0e6d69f551c5ae8f81f21c88a7d367 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:14:36 -0700 Subject: [PATCH] Remove mention of quickstart from package based stellar-core install instructions (#259) --- docs/run-core-node/installation.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/run-core-node/installation.mdx b/docs/run-core-node/installation.mdx index ff28a3c6a..8894b7455 100644 --- a/docs/run-core-node/installation.mdx +++ b/docs/run-core-node/installation.mdx @@ -45,8 +45,6 @@ If you are using Ubuntu 18.04 LTS or later, we provide the latest stable release You may choose to install these packages individually, which offers the greatest flexibility but requires **manual** creation of the relevant configuration files and configuration of a **PostgreSQL** database. -Most people, however, choose to install the [stellar-quickstart](https://github.com/stellar/packages/blob/master/docs/quickstart.md) package which configures a **Testnet** `stellar-core` and `stellar-horizon` both backed by a local PostgreSQL database. Once installed you can easily modify either the Stellar Core configuration if you want to connect to the public network. - ## Installing from source See the [install from source](https://github.com/stellar/stellar-core/blob/master/INSTALL.md) for build instructions.