Skip to content

Commit

Permalink
Merge pull request #124 from wood-chris/main
Browse files Browse the repository at this point in the history
Update installation.rst
  • Loading branch information
DrDaveD authored Aug 2, 2023
2 parents dbb43c5 + 5ee7546 commit e376256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ To use Vagrant via Homebrew:

.. code::
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install --cask virtualbox vagrant vagrant-manager
Use ``vagrant init`` to create a new Vagrantfile, or use this example:
Expand Down Expand Up @@ -611,7 +611,7 @@ To use Lima via Homebrew:

.. code::
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install qemu lima
Then do ``limactl start template://apptainer`` and ``limactl shell apptainer``.
Expand Down

0 comments on commit e376256

Please sign in to comment.