From d2c85e6f1ddc3ff45fc175149a73640a1693fdcb Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 6 Apr 2023 19:39:12 -0400 Subject: [PATCH] Update README.md Former-commit-id: 1e130b2a292de8a43e153e5b851124a9a6aef863 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 607a41bb..b6551a89 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Stack Orchestrator allows building and deployment of a Laconic Stack on a single ## Install +**To get started quickly** on a fresh Ubuntu instance (e.g, Digital Ocean); [try this script](./scripts/quick-install-ubuntu.sh). **WARNING:** always review scripts prior to running them so that you know what is happening on your machine. + +For any other installation, follow along below and **adapt these instructions based on the specifics of your system.** + + Ensure that the following are already installed: - [Python3](https://wiki.python.org/moin/BeginnersGuide/Download): `python3 --version` >= `3.8.10` (the Python3 shipped in Ubuntu 20+ is good to go)