From b9722139d488b0b32d338118930bac3c4c242803 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 1 Mar 2023 10:04:48 +0100
Subject: [PATCH] Update Readme

---
 README.md     | 7 -------
 build_deps.sh | 5 -----
 2 files changed, 12 deletions(-)
 delete mode 100644 build_deps.sh

diff --git a/README.md b/README.md
index 15f3f23..31b29ba 100644
--- a/README.md
+++ b/README.md
@@ -22,13 +22,6 @@ This readme assumes that you now a few basic about `docker` and `docker-compose`
 Clone the current git repository and cd inside.
 
 
-*NOTE : the two following steps should become obsolete at some point*
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-git submodule init && git submodule update
-bash build_deps.sh
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 Copy `.env.template` to `.env` and change variables to suit your need.
 
 You **MUST** set at least the `ANNOTOT_SECRET_KEY_BASE` to a random string, the rest is preconfigured for a local development environment.
diff --git a/build_deps.sh b/build_deps.sh
deleted file mode 100644
index a28597c..0000000
--- a/build_deps.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-cd mirador-video-annotation
-docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build:es"
-cd ../annotations-plugin
-docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build"
-- 
GitLab