[chrome-gnome-shell/wip/split-repos: 7/8] readme: change `build` → `builddir` in meson build instructions




commit c1143aa1ad7c63907afbecd8cd89be97b8460ebb
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Thu Jun 23 18:59:44 2022 +0400

    readme: change `build` → `builddir` in meson build instructions

 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README.md b/README.md
index 9486438..8327567 100644
--- a/README.md
+++ b/README.md
@@ -17,17 +17,17 @@ First you need to install build requirements:
 
 Then invoke meson to build extension:
 ```shell
-    meson setup build
-    cd build
+    meson builddir
+    cd builddir
     meson compile
 ```
 
-This will produce 2 zip files in `build` folder:
+This will produce 2 zip files in `builddir` folder:
 - extension-chrome.zip
 - extension-firefox
 
 Those files can be uploaded to corresponding browser Addons website.  
-There are also unpacked extensions available under `build/extension` folder that can be loaded in web 
browsers for development purposes.
+There are also unpacked extensions available under `builddir/extension` folder that can be loaded in web 
browsers for development purposes.
 
 ## Translations
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]