From 6e1e0c5296ca103cb35109cef7682964d14f88e0 Mon Sep 17 00:00:00 2001 From: Philip Swannell <18028484+PGS62@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:18:18 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ca4a22..baccd3e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installation does not require admin rights on the PC. * Launch Julia, and copy-paste the following command into the REPL: ``` using Pkg - Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.9") + Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.10") using JuliaExcel;JuliaExcel.installme() ``` @@ -43,7 +43,7 @@ As an alternative to calling Julia running in a Windows process, JuliaExcel can * If necessary, install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) with the default Linux distribution, Ubuntu. * Install Julia under WSL, as explained [here](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu). The last step in these instructions, to create a symbolic link to `julia` inside the `/usr/local/bin` folder is necessary. * At the Julia prompt (under WSL) install JuliaExcel by copy-pasting - `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.8")` into the REPL. + `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.10")` into the REPL. ## Functions JuliaExcel makes the following functions available from Excel worksheets and from VBA: