We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6af22d + 73c658d commit fdba690Copy full SHA for fdba690
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-Amazon Linux Kernel Autotuning:
+Amazon Linux Kernel Autotuning (Beta):
2
-------------------------------
3
4
License:
@@ -84,16 +84,16 @@ Building:
84
The code can be build using the Makefile script provided in the source.
85
86
1) Create a source distribution in gztar format
87
-make sources
+`make sources`
88
89
2) Install everything from build directory
90
-make install
+`make install`
91
92
3) Create an RPM distribution
93
-make rpm
+`make rpm`
94
95
4) Clean up temporary files from 'build' command
96
-make clean
+`make clean`
97
98
Usage:
99
------
0 commit comments