Skip to content

Commit

Permalink
Fixed docs to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMair committed Jun 23, 2023
1 parent 1d6a4a3 commit 902ae8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The main command will analyse a supplied directory for a $\LaTeX$ project and cr

First, make sure you have Julia installed on your system. We recommend using `juliaup`(https://github.com/JuliaLang/juliaup) if you have not installed Julia already. Then, run the following command to install the `SubmitPaper.jl` package:
```bash
julia -e 'using Pkg; Pkg.add("https://github.com/JamieMair/SubmitPaper.jl");'
julia -e 'using Pkg; Pkg.add(url="https://github.com/JamieMair/SubmitPaper.jl");'
```
This will install to your global directory, allowing use of the package from anywhere.

Next, find the absolute path to the directory containing your $\LaTeX$ project (e.g. `"path/to/project"`) and run the following from the command line to create the submission folder:
Next, find the absolute path to the directory containing your $\LaTeX$ project (e.g. `"path/to/project"`), making sure to use the escaped characters `\\` on Windows, and run the following from the command line to create the submission folder:
```bash
julia -e 'using SubmitPaper; package("path/to/project")'
```
Expand Down

0 comments on commit 902ae8f

Please sign in to comment.