mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-15 01:34:10 +00:00
955a0f7a33
* ci: Notarize MacOS * Modify logging and documentation to be better * Make a copy of certain parts of the deploy workflow * Delete testing workflow
28 lines
769 B
HTML
28 lines
769 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Install Starship</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<font face="Helvetica Neue" size="4">
|
|
<p>Starship has been installed!</p>
|
|
<p>Visit <a href="https://starship.rs">https://starship.rs</a> to get
|
|
instructions on how to configure your shell to use starship.</p>
|
|
<p>If you do not have internet access, you can view an offline copy of the
|
|
the documentation by opening
|
|
<a href="file:///usr/local/share/doc/starship/index.html">
|
|
<code>
|
|
/usr/local/share/doc/starship/index.html.
|
|
</code>
|
|
</a>
|
|
</p>
|
|
<p>Unless you modified the installer, your copy of starship was installed to
|
|
<code>/usr/local/bin/starship</code>.
|
|
</p>
|
|
</font>
|
|
</body>
|
|
|
|
</html> |