You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/02/16 09:50:07 UTC

[couchdb-glazier] branch main updated: Document `mach create-mach-enviroment` for the install process (#22)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bc24e1  Document `mach create-mach-enviroment` for the install process (#22)
1bc24e1 is described below

commit 1bc24e197c29f235b70a367b879c4571dbf90c86
Author: PÁLI Gábor János <ga...@ibm.com>
AuthorDate: Thu Feb 16 10:50:02 2023 +0100

    Document `mach create-mach-enviroment` for the install process (#22)
    
    The `create-match-environment` command is not discussed as part of
    the installation procedure while it might be needed when working
    with a completely fresh install.  This is not done automatically,
    though the user is going to be told to do that.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 542e951..3345060 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,7 @@ Now you should be set to launch the build.
 
 ```bash
 export MOZCONFIG=/c/relax/couchdb-glazier/moz/sm-opt
+./mach create-mach-environment
 ./mach build
 exit
 ```