Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 authored Dec 10, 2021
1 parent c6618cf commit 3969e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The process is illustrated in the GIF below. F5 to replay.
As an alternative to calling Julia running in a Windows process, JuliaExcel can call Julia running in a Linux process under Windows Subsystem for Linux (WSL). If that's your preference, then in addition to the steps described above, you need to:
* Install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install).
* Install [Ubuntu from the Microsoft Store](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6#activetab=pivot:overviewtab).
* Install Julia under WSL, as explained [here](https://julialang.org/downloads/platform/#linux_and_freebsd), or in a bit more detail [here](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-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.

## Functions
JuliaExcel makes the following functions available from Excel worksheets and from VBA:
Expand Down

0 comments on commit 3969e5d

Please sign in to comment.