From 786485fb90cd3762e5f04eeb264d4493cbce5042 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 24 Jan 2021 13:17:37 -0600 Subject: [PATCH] =?UTF-8?q?refactor(readme):=20=E2=99=BB=20rm=20'Up=20and?= =?UTF-8?q?=20Running'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index fde704c60..897584b3e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -14,7 +14,6 @@ - [Adding or Updating Lists](#adding-or-updating-lists) - [Adding or Updating Rules](#adding-or-updating-rules) - [Building and Running Locally](#building-and-running-locally) - - [Up and Running](#up-and-running) - [Acknowledgements](#acknowledgements) - [Miscellany](#miscellany) - [Disclaimer](#disclaimer) @@ -55,8 +54,6 @@ FilterLists does not maintain any of these lists. It serves only as a discovery We have containerized FilterLists to make it as easy as possible for contributers to get the project up and running locally. -### Up and Running - 1. Install Docker CE for your computer's operating system. [Docs](https://docs.docker.com/install/) 2. Clone the FilterLists git repository to your computer. [Docs](https://help.github.com/en/articles/cloning-a-repository) 3. Navigate to the root directory of your locally cloned FilterLists git repository in a command-line interface.