Skip to content

Commit

Permalink
create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
safx committed Jun 30, 2015
1 parent 9f2af17 commit f282a16
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# waifu2x-metal

## How to Compile and Run

```
git clone https://github.com/safx/waifu2x-metal.git
cd waifu2x-metal
xcodebuild -project waifu2x-metal.xcodeproj
cd build/Release
cp ../../model/scale2.0x_model.json .
./waifu2x-metal Sample.jpg
```

0 comments on commit f282a16

Please sign in to comment.