Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ installed. Then, you can run the following commands on a *nix system to
download the required packages and build the bundle:

```bash
(venv) $ cd $PGADMIN4_SRC
(venv) $ make install-node
(venv) $ make bundle
$ cd $PGADMIN4_SRC
$ make install-node
$ make bundle
```

On Windows systems (where "make" is not available), the following commands
Expand Down Expand Up @@ -81,7 +81,7 @@ simple - adapt as required for your distribution:
so update that to the latest:

```bash
$ pip install --upgrade pip
(venv) $ pip install --upgrade pip
```

4. Ensure that a PostgreSQL installation's bin/ directory is in the path (so
Expand Down