Skip to content

Commit b8f7bd3

Browse files
committed
fix: update README and installation script
1 parent ff20b51 commit b8f7bd3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ We welcome contributions!
7474
7575
## 💖 Credits
7676

77-
- Windsurf IDE is developed by [**Codeium**](https://codeium.com).
77+
- Windsurf IDE is developed by [**Windsurf**](https://windsurf.com).
7878
- This installer is **unofficial** and created by [**@pyyupsk**](https://github.com/pyyupsk) to streamline Linux installation and management.
7979

8080
## ⚠️ Disclaimer
8181

82-
**This installation script for Windsurf IDE is not officially associated with, endorsed by, or affiliated with Codeium (https://codeium.com), the original developers of Windsurf IDE.** This script is provided as an independent, third-party tool to facilitate installation of the software.
82+
**This installation script for Windsurf IDE is not officially associated with, endorsed by, or affiliated with Windsurf (https://windsurf.com), the original developers of Windsurf IDE.** This script is provided as an independent, third-party tool to facilitate installation of the software.
8383

8484
The script is provided **"as is" without warranty of any kind**, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. **The entire risk as to the quality and performance of the script is with you.**
8585

86-
By using this installation script, you acknowledge that you are using an **unofficial installation method** and accept all associated risks. Please visit https://codeium.com for official downloads and installation methods.
86+
By using this installation script, you acknowledge that you are using an **unofficial installation method** and accept all associated risks. Please visit https://windsurf.com for official downloads and installation methods.

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ create_desktop_integration() {
318318
cat >"$DESKTOP_FILE" <<EOF
319319
[Desktop Entry]
320320
Name=Windsurf IDE
321-
Comment=Universal Code Editor by Codeium
321+
Comment=The first agentic IDE, and then some.
322322
GenericName=Text Editor
323323
Exec=$INSTALL_DIR/windsurf %F
324324
Icon=$ICON_PATH

www/src/app.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const features = [
129129
<p class="text-xl">
130130
<strong class="font-serif">
131131
This installation script for Windsurf IDE is not officially associated with, endorsed
132-
by, or affiliated with Windsurf (https://windsurf.com/), the original developers of
132+
by, or affiliated with Windsurf (https://windsurf.com), the original developers of
133133
Windsurf IDE.
134134
</strong>
135135
This script is provided as an independent, third-party tool to facilitate installation
@@ -147,7 +147,7 @@ const features = [
147147
<p class="text-xl">
148148
By using this installation script, you acknowledge that you are using an
149149
<strong class="font-serif">unofficial installation method</strong> and accept all
150-
associated risks. Please visit https://windsurf.com/ for official downloads and
150+
associated risks. Please visit https://windsurf.com for official downloads and
151151
installation methods.
152152
</p>
153153
</div>
@@ -180,7 +180,7 @@ const features = [
180180
GitHub
181181
</a>
182182
<a
183-
href="https://windsurf.com/"
183+
href="https://windsurf.com"
184184
target="_blank"
185185
rel="noopener noreferrer"
186186
class="text-muted-foreground text-sm"

0 commit comments

Comments
 (0)