You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,15 @@ RunLoop.current.run()
59
59
60
60
If you execute this swift code, you can confirm removed file git log. `$ git log -1`
61
61
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
+
62
71
63
72
## LICENSE
64
73
[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