Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sypai committed Dec 16, 2019
1 parent 9e4870e commit 82e7673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd install
3. Run `build.sh`

```bash
./build.sh
sh ./build.sh
```

5. Sync!
Expand All @@ -63,30 +63,6 @@ the dependencies of Subtitle-Resync.

Minimum version 1.60 is required.

### Building the blocks
Running `build.sh` can result in:

```bash
bash: ./build.sh: Permission denied
```

Possible Turnaround:
* Give it execute permission (only possible if the file-system gives RW rights)

```bash
cd Subtitle-Resync/install
chmod +x build.sh
./build.sh
```

* Use CMake to build it

```bash
# Root Directory
cmake ./
make
```

### Argument properly

Refer the
Expand Down
2 changes: 1 addition & 1 deletion docs/compiling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
3. Navigate to `install` directory and run `build.sh`.
cd install/
./build.sh
sh ./build.sh
4. Sync!
Expand Down

0 comments on commit 82e7673

Please sign in to comment.