From c41b4c84e0bd7d1bc6eac0fab2a117f90122d0da Mon Sep 17 00:00:00 2001 From: xuestrange <59390321+xuestrange@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:13:37 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c344a14..a61d55a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A Julia package used to log(write) some messages with the timestamp instantly to a log file. +## Install +```Julia +# enter REPL, enter pkg mode +pkg> add https://github.com/xuestrange/Log2file.git +``` ## Usage ``` Julia using Log2file