From fed340eb8791bf3c9f726d818a479ce8b94857f4 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:15:41 -0400 Subject: [PATCH] powerbi(docs): Fix p->can typo --- powerbi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi/README.md b/powerbi/README.md index 3667041..628cb2d 100644 --- a/powerbi/README.md +++ b/powerbi/README.md @@ -6,7 +6,7 @@ The [Makefile](Makefile) makes this easy to setup. You can configure it by chang All commands assume that the current directory is the "working directory" for the project. -You must choose an operating system user with read, write and execute permissions to the working directory (`chmod 700`, at least). For simplicity, you p: +You must choose an operating system user with read, write and execute permissions to the working directory (`chmod 700`, at least). For simplicity, you can: - Name the operating system user the same as the database user (`DATABASE_USER` setting) - Create a home directory for the operating system user, to use as the working directory (`CARDINAL_WORKDIR` setting)