Skip to content

Commit ac8b3dd

Browse files
authored
Merge pull request #13 from bannzai/update/readme/playground
Update README for Playground target
2 parents 77eef38 + a07fd3a commit ac8b3dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ RunLoop.current.run()
5959

6060
If you execute this swift code, you can confirm removed file git log. `$ git log -1`
6161

62+
## Try it easily
63+
64+
You can easily try Ocha by editing the `Playground` target.
65+
66+
1. Clone this repository with git or Download sources.
67+
2. Open `./Sources/Playground/main.swift` .
68+
3. Add monitored paths and processes.
69+
4. Run `swift run Playground` on Terminal.
70+
6271

6372
## LICENSE
6473
[Ocha](https://github.com/bannzai/Ocha/) is released under the MIT license. See [LICENSE](https://github.com/bannzai/Ocha/blob/master/LICENSE.txt) for details.

0 commit comments

Comments
 (0)