Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get_started links and brew install one-liner #83

Merged
merged 5 commits into from
Sep 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acropolis/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ All the Acropolis binaries are available in Mojave using the [homebrew package m
The homebrew tool can easily be installed using:

```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

After installing the homebrew package manager, ignition acropolis can be installed running:
Expand Down
2 changes: 1 addition & 1 deletion blueprint/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ All the Blueprint binaries are available in Mojave using the [homebrew package m
The homebrew tool can easily be installed using:

```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

After installing the homebrew package manager, Ignition Blueprint can be installed running:
Expand Down
4 changes: 2 additions & 2 deletions citadel/install_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All the Citadel binaries are available in Mojave using the [homebrew package man
The homebrew tool can be installed using:

```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

After installing the homebrew package manager, Ignition Citadel can be installed running:
Expand All @@ -16,7 +16,7 @@ brew install ignition-citadel

All libraries should be ready to use and the `ign gazebo` app ready to be executed.

Head back to the [Getting started](/docs/get_started)
Head back to the [Getting started](/docs/all/get_started)
page to start using Ignition!

## Uninstalling binary install
Expand Down
2 changes: 1 addition & 1 deletion citadel/install_osx_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tools and dependencies for Citadel can be installed using the [homebrew package
The homebrew tool can be installed by entering the following in a terminal:

```bash
/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/master/install.sh)"
```

Citadel is compatible with Python3; it can be installed by running the following in a terminal:
Expand Down
2 changes: 1 addition & 1 deletion citadel/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo apt-get install ignition-citadel

All libraries should be ready to use and the `ign gazebo` app ready to be executed.

Head back to the [Getting started](/docs/get_started)
Head back to the [Getting started](/docs/all/get_started)
page to start using Ignition!

## Uninstalling binary install
Expand Down
4 changes: 2 additions & 2 deletions dome/install_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Up to Dome's release date, the binaries should be considered unstable.
The homebrew tool can be installed using:

```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

After installing the homebrew package manager, Ignition Dome can be installed running:
Expand All @@ -19,7 +19,7 @@ brew install ignition-dome

All libraries should be ready to use and the `ign gazebo` app ready to be executed.

Head back to the [Getting started](/docs/get_started)
Head back to the [Getting started](/docs/all/get_started)
page to start using Ignition!

## Uninstalling binary install
Expand Down
2 changes: 1 addition & 1 deletion dome/install_osx_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tools and dependencies for Dome can be installed using the [homebrew package man
The homebrew tool can be installed by entering the following in a terminal:

```bash
/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/master/install.sh)"
```

Dome is compatible with Python3; it can be installed by running the following in a terminal:
Expand Down
2 changes: 1 addition & 1 deletion dome/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo apt-get install ignition-dome

All libraries should be ready to use and the `ign gazebo` app ready to be executed.

Head back to the [Getting started](/docs/get_started)
Head back to the [Getting started](/docs/all/get_started)
page to start using Ignition!

## Uninstalling binary install
Expand Down