From c780c4d1af9456de96e27d12067575c2b26cecaf Mon Sep 17 00:00:00 2001 From: Riley Ho Date: Tue, 10 Sep 2024 15:28:23 +0800 Subject: [PATCH] docs: remove building.md --- docs/building.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/building.md diff --git a/docs/building.md b/docs/building.md deleted file mode 100644 index 34e7123..0000000 --- a/docs/building.md +++ /dev/null @@ -1,21 +0,0 @@ -### Building (Optional) - -If you wish to build the Docker image yourself, follow these steps: - -1. Clone the repository: - - ```sh - git clone https://github.com/NTUT-NPC/shorts.git - ``` - -2. Navigate to the repository directory: - - ```sh - cd shorts - ``` - -3. Build the Docker image: - - ```sh - docker build -t shorts . - ```