Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
americocunhajr authored Aug 15, 2024
1 parent 2c57f30 commit 674f307
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,19 @@ To install and get started with **CEopt**, follow these steps:
```
2. Navigate to the package directory:
```bash
cd CEopt
cd CEopt/CEopt-1.0
```
3. Open Matlab and add the directory to the Matlab path:
3. Copy the `CEopt.m` file to your working directory:
```bash
cp CEopt.m 'path_to_working_directory'
```

Alternatively, you can add the `CEopt` directory to the Matlab path:
1. Open Matlab and type
```bash
addpath 'path_to_CEopt_directory/CEopt/CEopt-1.0'
```
This will add `CEopt` to the path for the running section. Every time MATLAB is restarted this procedure must be repeated.

### Usage
To run CEopt, use the following commands in Matlab:
Expand Down

0 comments on commit 674f307

Please sign in to comment.