Skip to content

Commit

Permalink
README: Remove obsolete code snippet for updating package list
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKafka committed Apr 8, 2024
1 parent 52c04f0 commit 399f07e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ Get-PogPackage # list installed packages
Get-PogRepositoryPackage # list available packages
```

Update package list (apologies, there's no automatic way to do this for now):

```powershell
cd "directory\where\pog\is\installed\Pog"
rm -Force -Recurse .\data\manifests\
# rerun setup to download the latest manifests
# (this should not break/overwrite anything)
.\setup.cmd
```

## Building

Pog is composed of 4 parts:
Expand Down

0 comments on commit 399f07e

Please sign in to comment.