Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Update installing-cardano-node with Ubuntu 22 &etc
Update installing-cardano-node.md with Ubuntu 22 remarks and some other small fixes
  • Loading branch information
os11k authored Mar 28, 2023
commit 983de2dd9d059cc0a820bc494df29af7a5cf73bf
4 changes: 2 additions & 2 deletions docs/get-started/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"

Once saved, we will then reload your shell profile to use the new variables. We can do that by typing `source $HOME/.bashrc` or `source $HOME/.zshrc` (***depending on the shell application you use***).

We need to install Secp256k1 what is required for 1.35.0 cardano-node version
We need to install Secp256k1 what is required from 1.35.0 cardano-node version

Download and install libsecp256k1:
```bash
Expand Down Expand Up @@ -417,7 +417,7 @@ llvm installation path might differs based on your installation, if you used def

Once saved, we will then reload your shell profile to use the new variables. We can do that by typing `source $HOME/.bashrc` or `source $HOME/.zshrc` (***depending on the shell application you use***).

We need to install Secp256k1 what is required for 1.35.0 cardano-node version
We need to install Secp256k1 what is required from 1.35.0 cardano-node version

Download and install libsecp256k1:
```bash
Expand Down