Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuestrange committed Oct 16, 2023
1 parent b7184ad commit c41b4c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c41b4c8

Please sign in to comment.