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
+3-5
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,13 @@ Basically: users are adding MAC addresses of their devices to their profile and
17
17
18
18
## Installing
19
19
20
-
Right now you have to build `long-season` manually. But you can facilitate your work by using a [task](https://taskfile.dev).
20
+
Right now you have to build `long-season` manually. But you can facilitate your work by using our Makefile.
21
21
22
22
Clone this repository and enter below command in your shell (or whatever you are using):
23
23
24
-
$ task
24
+
$ make
25
25
26
-
Now you have `long-season` and `long-season-cli` in your root directory. You can use `task` for running project and rebuilding it whenever some changes occurs.
27
-
28
-
$ task --watch run
26
+
Now you have `long-season` and `long-season-cli` in your root directory.
29
27
30
28
You can also build docker image or just use `docker-compose`, which is the simplest way to start development or use `long-season`.
0 commit comments