Skip to content

Commit

Permalink
Change readme to point to online docs as setup seems old
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored and GeorgesStavracas committed Jan 20, 2025
1 parent d9963fd commit f8f0538
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions doc/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,7 @@

This is the website for the [XDG Desktop Portal project](https://github.com/flatpak/xdg-desktop-portal).

## Setup
## Development

The process of setting up the site locally consists of:

- Install ruby [gem bundler](https://bundler.io/). On [Fedora](https://getfedora.org/)/in the [Toolbx](https://containertoolbx.org) you do:

```
toolbox enter
sudo dnf install rubygem-bundler
cd xdg-desktop-portal/doc/website
bundle install
```

- Test the site locally:

```
bundle exec jekyll s
```

- `git commit` your changes and create a merge request. After review, the merged changes get automatically deployed to the site.
The contribution guidelines have been moved to the online documentation:
https://flatpak.github.io/xdg-desktop-portal/docs/for-contributors.html

0 comments on commit f8f0538

Please sign in to comment.