Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais committed Nov 12, 2024
1 parent d44702a commit 7416bac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,18 @@ Add the following dependency to your project's `lakefile.toml`:

```toml
[[require]]
name = "lean4-unicode-basic"
name = "UnicodeBasic"
git = "https://github.com/fgdorais/lean4-unicode-basic.git"
rev = "main" # or any specific revision
```

Or this dependency to your project's `lakefile.lean`:

```lean4
require UnicodeBasic from git
"https://github.com/fgdorais/lean4-unicode-basic.git" @ "main"
```

Then add `import UnicodeBasic` at the top of any Lean file where you plan to use this library.

## Usage
Expand Down

0 comments on commit 7416bac

Please sign in to comment.