Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
---# Add cloudflare-warp.repo to /etc/yum.repos.d/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
---# Add cloudflare-warp.repo to /etc/yum.repos.d/
---# Add Cloudflare-warp.repo to /etc/yum.repos.d/

Issues:

  • Style Guide - (Terms-error) Use 'Cloudflare' instead of 'cloudflare'.

Fix Explanation:

The term 'cloudflare' should be capitalized to 'Cloudflare' as it is a proper noun and should follow the style guide for brand names.

curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issues:

  • Style Guide - (Terms-error) Use 'Cloudflare' instead of 'cloudflare'.

Fix Explanation:

The term 'cloudflare' appears in a URL, and per the instructions, we should not alter text within URLs. Therefore, no change is necessary.


# Update repo
sudo yum update

# Install
sudo yum install cloudflare-warp
pcx_content_type: concept
title: WARP architecture
sidebar:
Expand Down
Loading