Skip to content

Commit

Permalink
Update MacOS to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 10, 2020
1 parent f0b672a commit eab1c48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install MacOS packages
- name: Install macOS packages
if: ${{ runner.os == 'macOS' }}
run: brew install gtk+3 pygobject3
- name: Install Ubuntu packages
Expand All @@ -46,7 +46,7 @@ jobs:
run: pip install tox
- name: Build
run: python setup.py build
- name: Run Tox (MacOS)
- name: Run Tox (macOS)
if: ${{ runner.os == 'macOS' }}
run: tox -e ${{ matrix.toxenv }}
- name: Run Tox (Linux)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ On Ubuntu, these can be installed with:

If FFmpeg is installed it will be possible to create videos.

On MacOS, you can install the dependencies using brew:
On macOS, you can install the dependencies using brew:

brew install librsvg python3 pkg-config cairo gtk+3 pygobject3 py3cairo libpng jpeg

Expand All @@ -74,7 +74,7 @@ Run individual tests from the top-level directory using pytest, e.g.:
Optionally, install tox and test with all supported Python versions by running:
tox

On MacOS you might find an error regarding the number of opened files, you can increase the system limit with `ulimit -Sn 10000`
On macOS you might find an error regarding the number of opened files, you can increase the system limit with `ulimit -Sn 10000`

Linting
=======
Expand All @@ -100,5 +100,5 @@ You can only regenerate the docs if you clone the Gnofract 4D git repo - the sou
2. The documentation theme is managed in a separate repository and embedded in manual/themes/book as a submodule. Initialize and update it with `git submodule update --init`
3. Install hugo
* Ubuntu 18.04 has an older version. Run `snap install hugo --channel=extended` instead of `apt install hugo`
* For MacOS you can install with `brew install hugo`
* For macOS you can install with `brew install hugo`
4. Run `./createdocs.py`

0 comments on commit eab1c48

Please sign in to comment.