From 2f080b1f2e9ca076d04af8c67d18004970a03658 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Mar 2020 15:00:29 -0800 Subject: add -C to meson init --- docs/markdown/snippets/cd_arguments_with_init_command.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/cd_arguments_with_init_command.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/cd_arguments_with_init_command.md b/docs/markdown/snippets/cd_arguments_with_init_command.md new file mode 100644 index 0000000..d6441e6 --- /dev/null +++ b/docs/markdown/snippets/cd_arguments_with_init_command.md @@ -0,0 +1,5 @@ +## Added `-C` argument to `meson init` command + +The meson init assumes that it is run inside the project +root directory. If this isn't the case, you can now use +`-C` to specify the actual project source directory. -- cgit v1.1