Skip to content

Commit f212b67

Browse files
committed
Fixed part - build from source
1 parent 098f150 commit f212b67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ WebVirtCompute uses a configuration file to set up the daemon. The default confi
162162
### Build from source ###
163163

164164
```bash
165-
make -f Makefile.rockylinux8 compile
166-
make -f Makefile.rockylinux8 package
165+
make -f Makefile.rhel8 build
166+
make -f Makefile.rhel8 compile
167+
make -f Makefile.rhel8 package
167168
```
168169
You can find the archive with binary in `release` directory.
169170

0 commit comments

Comments
 (0)