From 60cf998e048017469d1c1453bc2b11b3328ecf18 Mon Sep 17 00:00:00 2001 From: Wyatt Wong Date: Sat, 22 Mar 2025 14:19:20 +0800 Subject: [PATCH] Update README.rst --- Mac/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mac/README.rst b/Mac/README.rst index 8a6e52725615aa..5a1020937c9c74 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -37,12 +37,12 @@ macOS specific arguments to configure into that directory. This can be used to install a python framework into your home directory:: - $ ./configure --enable-framework=/Users/ronald/Library/Frameworks + $ ./configure --enable-framework=/Users/`id -un`/Library/Frameworks $ make && make install - This will install the framework itself in ``/Users/ronald/Library/Frameworks``, - the applications in a subdirectory of ``/Users/ronald/Applications`` and the - command-line tools in ``/Users/ronald/bin``. + This will install the framework itself in ``/Users/`id -un`/Library/Frameworks``, + the applications in a subdirectory of ``/Users/`id -un`/Applications`` and the + command-line tools in ``/Users/`id -un`/bin``. * ``--with-framework-name=NAME``