Skip to content

Commit

Permalink
Merge pull request #683 from endlessm/README-tweaks
Browse files Browse the repository at this point in the history
Prettify README very slightly
  • Loading branch information
jprvita authored Jun 27, 2023
2 parents cff98b8 + 3e756cf commit 9d2266c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ channel in question.
1. Run the custom channel presentation development server. For
instance to run the template:

```
```bash
$ cd packages/template-ui
$ yarn serve
```

2. Run Kolibri with the `PROXY_CUSTOM_CHANNEL` environment variable
enabled:

```
```bash
$ cd /PATH/TO/kolibri
$ PROXY_CUSTOM_CHANNEL=1 yarn run devserver-hot
```
Expand All @@ -158,7 +158,7 @@ devserver. The hot reloading should work here too!

Make sure to have a `.env` file with the spreadsheet key as content:

```
```bash
CONTENT_SPREADSHEET_KEY=123456
```

Expand Down Expand Up @@ -187,9 +187,9 @@ automatically, including:

To release a new version first please bump the version number to
either major or minor. Note that the major version also needs a version
name for branding. Eg:
name for branding. For example:

```
```bash
# For a minor release:
yarn bump-version minor

Expand All @@ -200,20 +200,20 @@ yarn bump-version major "Komodo Dragon"
That creates a new commit and a git tag. Please push them to the
remote:

```
```bash
git push
git push origin NEW_TAG
```

Then build:

```
```bash
yarn build-dist
```

And finally upload the built `.whl` file to PyPi:

```
```bash
yarn release
```

Expand Down

0 comments on commit 9d2266c

Please sign in to comment.