Skip to content

Commit

Permalink
Roll 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ten0s committed Jan 7, 2023
1 parent 0d1f4d5 commit 0c1c350
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
38 changes: 19 additions & 19 deletions README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@

#### Автоматическая установка

1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-win-x64-setup.zip
1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-win-x64-setup.zip
2. Откройте папку Загрузки
3. Распакуйте velisp-0.7.5-win-x64-setup.zip
4. Запустите velisp-0.7.5-win-x64-setup.exe
3. Распакуйте velisp-0.7.6-win-x64-setup.zip
4. Запустите velisp-0.7.6-win-x64-setup.exe
5. Следуйте указаниям установщика. Настройки по умолчанию подходят большинству пользователей

#### Установка из архива

##### Скачайте и распакуйте

1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-win-x64.zip
1. Скачайте https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-win-x64.zip
2. Откройте папку Загрузки
3. Выделите velisp-0.7.5-win-x64.zip
3. Выделите velisp-0.7.6-win-x64.zip
4. Нажмите правую кнопку мышки
5. Выберите 'Распаковать все содержимое...'
6. Введите 'C:\'
Expand All @@ -58,7 +58,7 @@
4. Выберите 'Path' inside the User variables block
5. Выберите 'Edit...'
6. Выберите 'New...'
7. Введите 'C:\velisp-0.7.5-win-x64'
7. Введите 'C:\velisp-0.7.6-win-x64'
8. Выберите 'OK'
9. Выберите 'OK'

Expand All @@ -71,14 +71,14 @@
запускайте командную оболочку (cmd.exe) и перейдите в папку распаковки:

```
> cd C:\velisp-0.7.5-win-x64
> cd C:\velisp-0.7.6-win-x64
```

#### Запускаем REPL (Read–Eval–Print Loop)

```
> velisp
VeLisp 0.7.5 on Windows
VeLisp 0.7.6 on Windows
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -176,7 +176,7 @@ _$ (quit)
2. Выберите 'Files' -> 'Support File Search Path'
3. Выберите 'Add...'
4. Выберите 'Browse...'
5. Выберите C:\Program Files\VeLisp\examples или C:\velisp-0.7.5-win-x64\examples
5. Выберите C:\Program Files\VeLisp\examples или C:\velisp-0.7.6-win-x64\examples
6. Выберите 'OK'
7. Выберите 'Apply'
7. Выберите 'OK'
Expand Down Expand Up @@ -207,27 +207,27 @@ VeLisp в первый раз. Так как VeLisp не подписан, вы

```
% cd $HOME
% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-macos-x64.tar.xz
% tar xfJ velisp-0.7.5-macos-x64.tar.xz
% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-macos-x64.tar.xz
% tar xfJ velisp-0.7.6-macos-x64.tar.xz
```

#### Добавьте в ~/.zshrc

```
export PATH=<PATH_TO>/velisp-0.7.5-macos-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.6-macos-x64:$PATH
```

### Использование

```
% cd velisp-0.7.5-macos-x64
% cd velisp-0.7.6-macos-x64
```

#### Запускаем REPL (Read–Eval–Print Loop)

```
% ./velisp
VeLisp 0.7.5 on MacOS
VeLisp 0.7.6 on MacOS
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -324,27 +324,27 @@ _$ (quit)
#### Скачайте и распакуйте

```
$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-linux-x64.tar.xz
$ tar xfJ velisp-0.7.5-linux-x64.tar.xz
$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-linux-x64.tar.xz
$ tar xfJ velisp-0.7.6-linux-x64.tar.xz
```

#### Добавьте в ~/.bashrc

```
export PATH=<PATH_TO>/velisp-0.7.5-linux-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.6-linux-x64:$PATH
```

### Использование

```
$ cd velisp-0.7.5-linux-x64
$ cd velisp-0.7.6-linux-x64
```

#### Запускаем REPL (Read–Eval–Print Loop)

```
$ ./velisp
VeLisp 0.7.5 on Linux
VeLisp 0.7.6 on Linux
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ run DCL dialogs just like regular applications on Windows, MacOS and Linux.

#### Install via automatic setup

1. Download https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-win-x64-setup.zip
1. Download https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-win-x64-setup.zip
2. Open Downloads folder
3. Double-click on velisp-0.7.5-win-x64-setup.zip to open the archive
4. Run velisp-0.7.5-win-x64-setup.exe
3. Double-click on velisp-0.7.6-win-x64-setup.zip to open the archive
4. Run velisp-0.7.6-win-x64-setup.exe
5. Follow the installation wizard. Default options are ok for most users

#### Install via binary archive

##### Download and unarchive

1. Download https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-win-x64.zip
1. Download https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-win-x64.zip
2. Open Downloads folder
3. Select velisp-0.7.5-win-x64.zip
3. Select velisp-0.7.6-win-x64.zip
4. Press the right mouse button
5. Click 'Extract All...'
6. Enter 'C:\'
Expand All @@ -58,7 +58,7 @@ run DCL dialogs just like regular applications on Windows, MacOS and Linux.
4. Select 'Path' inside the User variables block
5. Click 'Edit...'
6. Click 'New...'
7. Enter 'C:\velisp-0.7.5-win-x64'
7. Enter 'C:\velisp-0.7.6-win-x64'
8. Click 'OK'
9. Click 'OK'

Expand All @@ -71,14 +71,14 @@ If you installed Velisp via [binary archive](#install-via-binary-archive)
run the Command Prompt (cmd.exe) and move to the extraction directory:

```
> cd C:\velisp-0.7.5-win-x64
> cd C:\velisp-0.7.6-win-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
> velisp
VeLisp 0.7.5 on Windows
VeLisp 0.7.6 on Windows
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -176,7 +176,7 @@ Run the Demo example
2. Click 'Files' -> 'Support File Search Path'
3. Click 'Add...'
4. Click 'Browse...'
5. Select appropriately C:\Program Files\VeLisp\examples or C:\velisp-0.7.5-win-x64\examples
5. Select appropriately C:\Program Files\VeLisp\examples or C:\velisp-0.7.6-win-x64\examples
6. Click 'OK'
7. Click 'Apply'
7. Click 'OK'
Expand Down Expand Up @@ -208,27 +208,27 @@ Instead, start the Terminal application (Finder -> Go -> Utilities -> Terminal)

```
% cd $HOME
% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-macos-x64.tar.xz
% tar xfJ velisp-0.7.5-macos-x64.tar.xz
% curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-macos-x64.tar.xz
% tar xfJ velisp-0.7.6-macos-x64.tar.xz
```

#### Add to ~/.zshrc

```
export PATH=<PATH_TO>/velisp-0.7.5-macos-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.6-macos-x64:$PATH
```

### Usage

```
% cd velisp-0.7.5-macos-x64
% cd velisp-0.7.6-macos-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
% ./velisp
VeLisp 0.7.5 on MacOS
VeLisp 0.7.6 on MacOS
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -325,27 +325,27 @@ Run the Demo example
#### Download and unarchive

```
$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.5/velisp-0.7.5-linux-x64.tar.xz
$ tar xfJ velisp-0.7.5-linux-x64.tar.xz
$ curl -LJO https://github.com/ten0s/velisp/releases/download/0.7.6/velisp-0.7.6-linux-x64.tar.xz
$ tar xfJ velisp-0.7.6-linux-x64.tar.xz
```

#### Add to ~/.bashrc

```
export PATH=<PATH_TO>/velisp-0.7.5-linux-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.6-linux-x64:$PATH
```

### Usage

```
$ cd velisp-0.7.5-linux-x64
$ cd velisp-0.7.6-linux-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
$ ./velisp
VeLisp 0.7.5 on Linux
VeLisp 0.7.6 on Linux
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VeLisp",
"version": "0.7.5",
"version": "0.7.6",
"description": "AutoLISP interpreter with DCL support",
"main": "src/main.js",
"type": "module",
Expand Down

0 comments on commit 0c1c350

Please sign in to comment.