Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ The extractor source code : [https://github.com/yani-/wpress](https://github.com
[Mac - Download now](https://github.com/fifthsegment/Wpress-Extractor/blob/master/dist/mac/wpress_extractor?raw=true)
*IMPORTANT FOR MAC: Don't forget to make the binary executable by running a `chmod +x wpress_extractor` on the downloaded file via the Terminal.


## How to extract/open .wpress files ?
Simply provide a path to your downloaded .wpress file as the first commandline argument to the program.
`./wpress_extractor /path/to/my/backup.wpress`

### Linux
`go run ./wpress_extractor.go /path/to/my/backup.wpress`

## I'm not very technical - How to use this thing?
### Windows Instructions

Expand Down
2 changes: 1 addition & 1 deletion wpress-extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/yani-/wpress"
"./inc"
"os"
)

Expand Down