Skip to content

Commit

Permalink
Doing Summary Edits (#13)
Browse files Browse the repository at this point in the history
* summary

* Update README.md

Co-authored-by: Irakli Dautashvili <idauta@gmail.com>

* Update docs/setup/CabalBuild.md

Co-authored-by: Irakli Dautashvili <idauta@gmail.com>

Co-authored-by: Irakli Dautashvili <idauta@gmail.com>
  • Loading branch information
nstankov-bg and Dauta committed Apr 14, 2021
1 parent e48e2bd commit 30799d7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Plutus Community Documentation.
Please feel free to [contribute.](http://github.com/nstankov-bg/docs.plutus-community.com)
Please feel free to [contribute](http://github.com/nstankov-bg/docs.plutus-community.com).

Future ideas for the project are shared on [Project Catalyst](https://cardano.ideascale.com/a/dtd/Incentive-system-for-documentation/352181-48088).

# Intro

Expand All @@ -10,5 +12,4 @@ Please feel free to commit any .MD files linked to setup or your studies. We'll
The website is hosted on a single node, that runs in a utility-room, somewhere. Have mercy over its soul.
The page lives [here](http://docs.plutus-community.com)

Version 0.01a

Version 0.0.3
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
* [Windows WSL2](/docs/setup/WindowsWSL.md)
* [Ubuntu](/docs/setup/Ubuntu.md)
* [MacOS](/docs/setup/MacOS.md)
* [Cabal Build](/docs/setup/CabalBuild.md)


28 changes: 28 additions & 0 deletions docs/setup/CabalBuild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# Using Cabal Build

### Do NOT waste time building Cabal locally. It's provided in Nix.

_**Note:**_
**The setup assumes that you are running this from an already configured Nix-Shell, look at the [other guides](http://docs.plutus-community.com/) to set this up.**

## Installation

Let's say that I have done a git clone on 2 repositories.

1. [Plutus](https://github.com/input-output-hk/plutus)
2. [Plutus-Pioneer-Program](https://github.com/input-output-hk/plutus-pioneer-program)

Both of them, I have decided to put in ```/opt/``` for the example.

```ssh
cd /opt/plutus
nix-shell
```

## From Nix-Shell
```ssh
cd /opt/plutus-pioneer-program/code/week1/
cabal update
cabal build
```

0 comments on commit 30799d7

Please sign in to comment.