Skip to content

Commit

Permalink
Merge pull request #333 from polycube-network/frisso-patch-2
Browse files Browse the repository at this point in the history
Fixed the wrong download archive
  • Loading branch information
frisso committed Sep 18, 2020
2 parents 52c64c5 + 5a0fe92 commit 7f4a0f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ In this case, remove llvm 6.0 before starting the installation script:
# Download the source pack from Polycube repository
# (i.e., https://github.com/polycube-network/polycube/releases)
# Look at the most recent version and update the following lines accordingly
wget https://github.com/polycube-network/polycube/archive/v0.9.0.zip
wget https://github.com/polycube-network/polycube/releases/download/v0.9.0/polycube-v0.9.0.zip

# Unpack the source files (e.g., this refers to version 0.9)
unzip v0.9.0.zip
unzip polycube-v0.9.0.zip

# Move into the newly created folder:
cd polycube-0.9.0
cd polycube-v0.9.0

# Launch the automatic install script *from the Polycube root folder*
# (use -h to see different installation modes)
Expand Down

0 comments on commit 7f4a0f9

Please sign in to comment.