forked from LeenkxTeam/Kmake
24 lines
519 B
Cheetah
24 lines
519 B
Cheetah
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font-family: Helvetica;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
li:last-child {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div>
|
||
|
|
<p>This package has installed:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Node.js {nodeversion} to <code>/usr/local/bin/node</code></li>
|
||
|
|
<li>npm {npmversion} to <code>/usr/local/bin/npm</code></li>
|
||
|
|
</ul>
|
||
|
|
<p>Make sure that <code>/usr/local/bin</code> is in your <code>$PATH</code>.</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|