Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibond84 committed Apr 3, 2016
1 parent 6ccfe63 commit a35f63b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -24,15 +24,15 @@ Build the project and run tests.
```bash
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sudo sh _RebuildReleaseAndRunTests.sh
$ sh _RebuildReleaseAndRunTests.sh
```

## Building PascalABC.NET in MacOS
Download and install Mono from official page. Install the git-client. Run the commands:
```bash
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sudo sh _RebuildReleaseAndRunTests.sh
$ sh _RebuildReleaseAndRunTests.sh
```

### Run the PascalABC.NET command line compiler
Expand Down Expand Up @@ -73,15 +73,15 @@ sudo apt-get install mono-complete
```bash
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sudo sh _RebuildReleaseAndRunTests.sh
$ sh _RebuildReleaseAndRunTests.sh
```

## Сборка проекта в MacOS
Скачайте и установите Mono с официального сайта. При необходимости установите git-клиент. Далее выполните команды
```bash
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sudo sh _RebuildReleaseAndRunTests.sh
$ sh _RebuildReleaseAndRunTests.sh
```

### Запуск
Expand Down

0 comments on commit a35f63b

Please sign in to comment.