From ae18736cfbc57865822f9b25f8ab6dd5d745f061 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 11 Mar 2025 07:24:21 -0700 Subject: [PATCH] Update README.md Add link to RDoc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a4cd33..8f0f068 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ The Etc module provides access to information typically stored in files in the / The information accessible consists of the information found in the `/etc/passwd` and `/etc/group` files, plus information about he system's temporary directory (/tmp) and configuration directory (/etc). The Etc module provides a more reliable way to access information about the logged in user than environment variables such as +$USER+. +Read the [API RDoc](https://docs.ruby-lang.org/en/master/Etc.html). ## Installation