Skip to content

Commit 899c25c

Browse files
committed
tweaked readme
1 parent be172de commit 899c25c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ The easiest way to become familiar with the inputs Perfcode needs and the
4141
outputs it generates is to run one of the test examples included in the
4242
repository.
4343
1. Download the zip file of the repository and Unzip to your preferred location
44-
1. Open a command prompt in one of the \test- directories
45-
2. Invoke the run-test.bat batch file
46-
3. Refer to Appendix A of the report linked above for details on the input and output files.
44+
2. Open a command prompt in one of the \test- directories
45+
3. Invoke the run-test.bat batch file
46+
4. Refer to Appendix A of the report linked above for details on the input and output files.
4747

4848
## Compilation
4949
### Windows
5050
A windows binary is included in the \bin directory.
5151

5252
The application may also be compiled as follows:
53-
3. Open a command prompt in the \build directory
54-
4. Confirm that gfortran is installed and can be invoked from the \build
53+
1. Open a command prompt in the \build directory
54+
2. Confirm that gfortran is installed and can be invoked from the \build
5555
directory with command gfortran
56-
5. Run the batch file compile.bat
57-
6. Find the executable in the \bin directory
56+
3. Run the batch file compile.bat
57+
4. Find the executable in the \bin directory
5858

5959
### Linux
6060
ToDo

0 commit comments

Comments
 (0)