You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ For insights into our ongoing development, project roadmap, and how you can get
31
31
32
32
`html2rss` is maintained by a dedicated group of volunteers and contributors from around the world. We are passionate about open source and committed to continuously improving the project.
33
33
34
-
Want to join us? Check out our [Contributing Guide]({{ '/contributing' | relative_url }})!
34
+
Want to join us? Check out our [Contributing Guide]({{ '/get-involved/contributing' | relative_url }})!
Copy file name to clipboardExpand all lines: ruby-gem/installation.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This guide will walk you through the process of installing html2rss on your syst
13
13
14
14
### Prerequisites
15
15
16
-
-**Ruby:** html2rss is built with Ruby. Ensure you have Ruby installed (version 3.3 or higher recommended). You can check your Ruby version by running `ruby -v` in your terminal. If you don't have Ruby, visit [ruby-lang.org](https://www.ruby-lang.org/en/documentation/installation/) for installation instructions.
16
+
-**Ruby:** html2rss is built with Ruby. Ensure you have Ruby installed (version 3.2 or higher required). You can check your Ruby version by running `ruby -v` in your terminal. If you don't have Ruby, visit [ruby-lang.org](https://www.ruby-lang.org/en/documentation/installation/) for installation instructions.
17
17
-**Bundler (Recommended):** Bundler is a Ruby gem that manages your application's dependencies. It's highly recommended for a smooth installation. Install it with `gem install bundler`.
18
18
19
19
---
@@ -43,15 +43,13 @@ Then, run `bundle install` in your project directory.
For a more isolated and reproducible environment, you can use the official html2rss Docker image.
48
+
For a quick start without local setup, you can develop html2rss directly in your browser using GitHub Codespaces:
49
49
50
-
```bash
51
-
docker pull html2rss/html2rss
52
-
```
50
+
[](https://github.com/codespaces/new?repo=html2rss/html2rss)
53
51
54
-
You can then run html2rss commands within a Docker container. Refer to the [Docker Hub page](https://hub.docker.com/r/html2rss/html2rss) for detailed usage.
52
+
The Codespace comes pre-configured with Ruby 3.4, all dependencies, and VS Code extensions ready to go!
0 commit comments