Skip to content

Commit

Permalink
Fixed ordering problem in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Aug 17, 2024
1 parent 5fbd98a commit 5fa7d9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Running Web Interface Locally Using Docker
git clone https://github.com/theochem/Selector.git
```

- Change to the webapp branch
- Change to the Selector directory
```bash
git checkout webapp
cd Selector
```

- Change to the Selector directory
- Change to the webapp branch
```bash
cd Selector
git checkout webapp
```

- Build the Docker image
Expand Down

0 comments on commit 5fa7d9f

Please sign in to comment.