Skip to content

Commit 817162c

Browse files
authored
Update README.md
1 parent e2c01f6 commit 817162c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ JuMP's documentation is written with [Documenter.jl](https://github.com/JuliaDoc
66

77
## Initial setup
88

9-
To build the documentation, you need to do a series of initialization steps. You
10-
only need to do this once!
9+
To build the documentation, you need to do a series of initialization steps.
10+
However, you only need to do this once!
1111

1212
First, you will need a local copy of JuMP. If you don't have one already, run:
1313
```
1414
$ julia -e 'import Pkg; Pkg.develop("JuMP")'
1515
```
1616

1717
This will create a copy of JuMP at `~/.julia/dev/JuMP`. (On Windows, this will
18-
be located at `C:\\Users\\<your_user_name>\\.julia\dev\JuMP`.) Open a terminal,
18+
be located at `C:\\Users\\<your_user_name>\\.julia\\dev\\JuMP`.) Open a terminal,
1919
and `cd` to that directory:
2020
```
2121
$ cd ~/.julia/dev/JuMP
@@ -26,6 +26,8 @@ The next step is to setup the `docs` environment.
2626
$ julia --project=docs -e 'import Pkg; Pkg.instantiate(); Pkg.develop(Pkg.PackageSpec(path="."))'
2727
```
2828

29+
Now you're ready to build the documentation.
30+
2931
## Building the docs
3032

3133
Build the docs as follows:

0 commit comments

Comments
 (0)