Skip to content

Commit

Permalink
Update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuly14 committed Feb 6, 2024
1 parent a38366a commit 51a24df
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,30 @@
Before installing please make sure you have the latest rustc installed along with cargo, and you are running the latest stable release.

If you are not sure, you can just run:
```bash
```console
rustup default stable
```

For now the best way to install foxar is:
1. Clone the repo
```bash
```console
git clone https://github.com/bchainhub/foxar.git
```

2. Go to `foxar/foxarup/
```bash
```console
cd foxar/foxarup/
```

3. Run foxarup
```bash
./foxarup --path ../
3. Install foxarup
```console
./install
```

4. Run foxarup

```console
foxarup --path ../
```

This will compile the entire project and will install all your binaries to ~/.foxar.
Expand Down

0 comments on commit 51a24df

Please sign in to comment.