From 2dbcd4911e9a3e840f92703f14308e0e176dc06c Mon Sep 17 00:00:00 2001
From: David Douard <david.douard@sdfa3.org>
Date: Wed, 17 Oct 2018 10:01:01 +0200
Subject: [PATCH] getting-started: replace usage of swh-storage/sql/bin/db-init
 by swh-db-init

see D538 in which this swh-db-init command is added.
---
 docs/getting-started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.rst b/docs/getting-started.rst
index 70ddc0f3..a002c745 100644
--- a/docs/getting-started.rst
+++ b/docs/getting-started.rst
@@ -145,7 +145,7 @@ to your user, e.g.::
 
 You are done with object storage setup! Let's setup the database::
 
-  swh-storage/sql/bin/db-init softwareheritage-dev
+  swh-db-init storage -d softwareheritage-dev
 
 ``softwareheritage-dev`` is the name of the DB that will be created, it should
 match the ``db`` line in ``storage.yml``
-- 
GitLab