Skip to content

Commit

Permalink
Update install instruction (#3)
Browse files Browse the repository at this point in the history
Summary:

Update install command with pixi task, which is simpler

Differential Revision: D58612312
  • Loading branch information
jeongseok-meta authored and facebook-github-bot committed Jun 14, 2024
1 parent 9445082 commit b28035b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Complete the following steps only once:
cd momentum
```

2. Build and install Momentum in a virtual environment using Pixi:
2. Build and install Momentum in a virtual environment using Pixi (initial setup may take a few minutes):

```
pixi run cmake --build build --target install --parallel
pixi run install
```

### Creating Your First Application
Expand Down
4 changes: 2 additions & 2 deletions momentum/website/docs/02_user_guide/01_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Complete the following steps only once:
cd momentum
```

2. Build and install Momentum in a virtual environment using Pixi:
2. Build and install Momentum in a virtual environment using Pixi (initial setup may take a few minutes):

```
pixi run cmake --build build --target install --parallel
pixi run install
```

## Creating Your First Application
Expand Down

0 comments on commit b28035b

Please sign in to comment.