Procházet zdrojové kódy

Improve wording

Signed-off-by: Sean Young <sean@mess.org>
Sean Young před 5 roky
rodič
revize
95a27bc92b
2 změnil soubory, kde provedl 4 přidání a 12 odebrání
  1. 3 11
      docs/installing.rst
  2. 1 1
      docs/running.rst

+ 3 - 11
docs/installing.rst

@@ -48,17 +48,9 @@ Alternatively this will work with podman too:
 Building Solang from source from crates.io
 ------------------------------------------
 
-Solang is listed on `crates.io <https://crates.io/crates/solang>`_. Only
-releases are pushed to cargo, and the current release is out of date. This is
-how you tell cargo to retrieve the latest version of solang and compile it
-from source:
-
-.. code-block:: bash
-
-	cargo install solang
-
-You will need the llvm libraries for this to work, see
-`Installing the LLVM Libraries`_.
+Solang is listed on `crates.io <https://crates.io/crates/solang>`_, however
+this has not been updated in a long time. This is due to
+`this inkwell issue <https://github.com/TheDan64/inkwell/issues/154>`_.
 
 Building Solang from source
 ---------------------------

+ 1 - 1
docs/running.rst

@@ -6,7 +6,7 @@ names are provided as command line arguments; the output is an optimized
 wasm file which is ready for deployment on a chain, and an abi file.
 
 Three targets are supported right now:
-`Ethereum ewasm <https://github.com/ewasm/design>`_,  and
+`Ethereum ewasm <https://github.com/ewasm/design>`_,
 `Parity Substrate <https://substrate.dev/>`_, and
 `Sawtooth Sabre <https://github.com/hyperledger/sawtooth-sabre>`_.